diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2010-10-31 00:29:56 +0200 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2010-10-31 00:29:56 +0200 |
commit | acdf0297e8e777527d51687842502feca9e030b7 (patch) | |
tree | 086dd79e38d1ee7e3b6ead9cdf63cff5876fc3fa /Make_global.am | |
parent | 1050f99bb5af5047cf60b7a57ef9f8357e305f9b (diff) | |
download | conntrack-tools-acdf0297e8e777527d51687842502feca9e030b7.tar.gz conntrack-tools-acdf0297e8e777527d51687842502feca9e030b7.zip |
build: drop unused $(all_includes)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'Make_global.am')
-rw-r--r-- | Make_global.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Make_global.am b/Make_global.am index 810253a..4e9794e 100644 --- a/Make_global.am +++ b/Make_global.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS=$(all_includes) -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include AM_CFLAGS = -std=gnu99 -W -Wall \ -Wmissing-prototypes -Wwrite-strings -Wcast-qual -Wfloat-equal -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wstrict-prototypes -Wundef \ |