[emotion] allow externals to be built on Windows
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 23 Oct 2010 14:04:46 +0000 (14:04 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 23 Oct 2010 14:04:46 +0000 (14:04 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@53814 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/edje_external/Makefile.am

index b769408..bd92c54 100644 (file)
@@ -6,12 +6,13 @@ AM_CPPFLAGS = \
 -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
 @EMOTION_CPPFLAGS@ \
 @EMOTION_CFLAGS@ \
-@EDJE_EXTERNAL_CFLAGS@
+@EDJE_EXTERNAL_CFLAGS@ \
+@EFL_EMOTION_BUILD@
 
 pkgdir = $(libdir)/edje/modules/emotion/$(MODULE_EDJE)
 pkg_LTLIBRARIES = module.la
 
 module_la_SOURCES = emotion.c
 module_la_LIBADD = $(top_builddir)/src/lib/libemotion.la @EDJE_EXTERNAL_LIBS@
-module_la_LDFLAGS = -no-undefined -module -avoid-version
+module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version
 module_la_LIBTOOLFLAGS = --tag=disable-static