aboutsummaryrefslogtreecommitdiffstats
path: root/src/trau
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-06-30 15:22:56 -0700
committerHarald Welte <laforge@gnumonks.org>2012-07-01 07:40:35 +0200
commit62f0e0612a0b63092b91a3c1e6588abcf8a7ff0a (patch)
tree79fbc6396d87d2dbcebe468ce35c60328b23cefc /src/trau
parent584672e8f4f009b7050e7617835cdcfcf525daf5 (diff)
build: use LT_INIT([pic-only]) instead of forcing -fPIC in AM_CFLAGS.
Also contextually remove the AC_PROG_LIBTOOL call (which is an obsolete name for what is now LT_INIT). Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
Diffstat (limited to 'src/trau')
-rw-r--r--src/trau/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trau/Makefile.am b/src/trau/Makefile.am
index 47b5875..71a219c 100644
--- a/src/trau/Makefile.am
+++ b/src/trau/Makefile.am
@@ -4,7 +4,7 @@
LIBVERSION=0:0:0
INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
-AM_CFLAGS= -fPIC -Wall \
+AM_CFLAGS= -Wall \
$(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) \
$(ORTP_CFLAGS) $(COVERAGE_CFLAGS)
AM_LDFLAGS = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(LIBOSMOVTY_LIBS) \