libtool takes care of adding -fPIC (which is btw a compiler flag and not a linker one) and -shared

SVN revision: 51757
This commit is contained in:
Vincent Torri 2010-08-30 16:07:36 +00:00
parent d8d683649e
commit 50c51279ac
1 changed files with 1 additions and 1 deletions

View 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