summaryrefslogtreecommitdiff
path: root/plugins/gryphon
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 /plugins/gryphon
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 'plugins/gryphon')
-rw-r--r--plugins/gryphon/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gryphon/Makefile.am b/plugins/gryphon/Makefile.am
index f04591d392..df171466d9 100644
--- a/plugins/gryphon/Makefile.am
+++ b/plugins/gryphon/Makefile.am
@@ -26,7 +26,7 @@
include $(top_srcdir)/Makefile.am.inc
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
include Makefile.common