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/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 96446fb..7816f07 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,7 @@ include $(top_srcdir)/Make_global.am SUBDIRS=conntrack expect -AM_CFLAGS = -fPIC -Wall +AM_CFLAGS = -Wall LIBS = @LIBNFCONNTRACK_LIBS@ lib_LTLIBRARIES = libnetfilter_conntrack.la -- cgit v1.2.3