diff options
author | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org> | 2005-11-14 16:37:34 +0000 |
---|---|---|
committer | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org> | 2005-11-14 16:37:34 +0000 |
commit | 03fba744a561b7c0b7d572572da807c8d439bd05 (patch) | |
tree | 4ffcea7b86eb8f0a9cd20d9d06154497456892be /extensions | |
parent | 9ed5ff2dace70b5235682d336a90faaf28377e6e (diff) | |
download | conntrack-tools-03fba744a561b7c0b7d572572da807c8d439bd05.tar.gz conntrack-tools-03fba744a561b7c0b7d572572da807c8d439bd05.zip |
use AM_CFLAGS, not CFLAGS
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 1eaf230..5366ee3 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/Make_global.am -CFLAGS=-fPIC -Wall +AM_CFLAGS=-fPIC -Wall LIBS= pkglib_LTLIBRARIES = ct_proto_tcp.la ct_proto_udp.la \ |