From e45b515d6e4deddac28144ae228e8241320a2277 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Oct 2010 23:44:53 +0200 Subject: build: remove -fPIC flag libtool automatically adds PIC flags as needed. Signed-off-by: Jan Engelhardt --- src/expect/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/expect') diff --git a/src/expect/Makefile.am b/src/expect/Makefile.am index b54e564..719ed23 100644 --- a/src/expect/Makefile.am +++ b/src/expect/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/Make_global.am -AM_CFLAGS = -fPIC -Wall +AM_CFLAGS = -Wall LIBS = @LIBNFCONNTRACK_LIBS@ noinst_LTLIBRARIES = libnfexpect.la -- cgit v1.2.3