* don't tell you build emotion. It will broke windows compilation

* don't build the static lib module.a


SVN revision: 51755
This commit is contained in:
Vincent Torri 2010-08-30 15:53:41 +00:00
parent 89ebe33627
commit d8d683649e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,6 @@ AM_CPPFLAGS = \
-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
@EMOTION_CPPFLAGS@ \
@EMOTION_CFLAGS@ \
@EFL_EMOTION_BUILD@ \
@EDJE_EXTERNAL_CFLAGS@
pkgdir = $(libdir)/edje/modules/emotion/$(MODULE_EDJE)
@ -15,3 +14,4 @@ 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 -shared -fPIC
module_la_LIBTOOLFLAGS = --tag=disable-static