From 2ab70cc82e560a2278354d0eae95b7e1121049a7 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Mon, 14 Nov 2005 16:29:11 +0000 Subject: we need to use AM_CFLAGS to prevent overriding of user-specified CFLAGS --- extensions/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 1562f72..5251581 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/Make_global.am AUTOMAKE_OPTIONS = no-dependencies foreign -CFLAGS=-fPIC -Wall +AM_CFLAGS=-fPIC -Wall LIBS= pkglib_LTLIBRARIES = nfct_proto_tcp.la nfct_proto_udp.la \ -- cgit v1.2.3