libtool takes care of adding -fPIC (which is btw a compiler flag and not a linker...
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 Aug 2010 16:07:36 +0000 (16:07 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 Aug 2010 16:07:36 +0000 (16:07 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@51757 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/edje_external/Makefile.am

index c3f8798..b769408 100644 (file)
@@ -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