From 183ddab3e37ba9adb8c901e591aaac1e09e47f8d Mon Sep 17 00:00:00 2001 From: caro Date: Mon, 30 Aug 2010 16:07:36 +0000 Subject: [PATCH] libtool takes care of adding -fPIC (which is btw a compiler flag and not a linker one) and -shared git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@51757 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/edje_external/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edje_external/Makefile.am b/src/edje_external/Makefile.am index c3f8798..b769408 100644 --- a/src/edje_external/Makefile.am +++ b/src/edje_external/Makefile.am @@ -13,5 +13,5 @@ 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_LDFLAGS = -no-undefined -module -avoid-version module_la_LIBTOOLFLAGS = --tag=disable-static -- 2.7.4