summaryrefslogtreecommitdiff
path: root/wiretap/Makefile.am
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2013-03-12 06:53:39 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2013-03-12 06:53:39 +0000
commit827eb58b04412109a63a38b23b57d59468b6a3c0 (patch)
treedad7a713de6e493806959b19a2a98aa7d1644463 /wiretap/Makefile.am
parent2cc00294c79fa9e9815a66f1ca39c58c111b3d4d (diff)
downloadwireshark-827eb58b04412109a63a38b23b57d59468b6a3c0.tar.gz
From David Arnold:
Replace use of INCLUDES with AM_CPPFLAGS in all Makefiles to placate recent autotools. svn path=/trunk/; revision=48261
Diffstat (limited to 'wiretap/Makefile.am')
-rw-r--r--wiretap/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 9289b97c65..fc430dc961 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -38,7 +38,7 @@ if HAVE_WARNINGS_AS_ERRORS
AM_NON_GENERATED_CFLAGS += -Werror
endif
-INCLUDES = -I$(srcdir)/..
+AM_CPPFLAGS = -I$(srcdir)/..
CLEANFILES = \
libwiretap.a \