From 339135a8a3b04a5645834f696e9f4b22e481839e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Oct 2010 23:43:22 +0200 Subject: build: remove -fPIC flag libtool automatically adds PIC flags as needed. Signed-off-by: Jan Engelhardt --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index cc400b9..e6bc7c4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,6 @@ include $(top_srcdir)/Make_global.am -AM_CFLAGS=-fPIC -Wall -LIBS= +AM_CFLAGS = -Wall lib_LTLIBRARIES = libnfnetlink.la -- cgit v1.2.3