libtool automatically adds PIC flags as needed. Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- src/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 65eedf5..5668473 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,7 +21,7 @@ LIBVERSION=2:0:1 AM_CPPFLAGS = -I$(top_srcdir)/include -AM_CFLAGS = -fPIC -Wall +AM_CFLAGS = -Wall LIBS = @LIBNFLOG_LIBS@ lib_LTLIBRARIES = libnetfilter_log.la libnetfilter_log_libipulog.la -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html