From: caro Date: Sat, 23 Oct 2010 14:04:46 +0000 (+0000) Subject: [emotion] allow externals to be built on Windows X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~283 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f65b080498047b62dd9aa93448930b1be95b8282;p=profile%2Fivi%2Femotion.git [emotion] allow externals to be built on Windows git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@53814 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/edje_external/Makefile.am b/src/edje_external/Makefile.am index b769408..bd92c54 100644 --- a/src/edje_external/Makefile.am +++ b/src/edje_external/Makefile.am @@ -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