aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-04-05 02:12:02 +0100
committerJoão Valverde <j@v6e.pt>2016-04-05 01:14:13 +0000
commit59f6e59fd908ccdd5abdaf7c1a9006cd75c3ad77 (patch)
tree5d057dc927f7b2c7776e99f8c258fbd62bac722b /tools
parent7f873d92cb7038247ab578d14d7e4794dcd6d98b (diff)
Fix VPATH build
Fixup for ecb4dc396ef71feb67aeda7603e09b0cea0bc920. Change-Id: I3230e0ca203deb15dde8f22806307d59d70e05dd Reviewed-on: https://code.wireshark.org/review/14812 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'tools')
-rw-r--r--tools/lemon/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lemon/Makefile.am b/tools/lemon/Makefile.am
index 44ab0af4cd..f2a86dc84a 100644
--- a/tools/lemon/Makefile.am
+++ b/tools/lemon/Makefile.am
@@ -26,7 +26,7 @@
AUTOMAKE_OPTIONS = -Wno-gnu
CC = $(CC_FOR_BUILD)
-CPPFLAGS = $(CPPFLAGS_FOR_BUILD)
+CPPFLAGS = -I$(top_srcdir) $(CPPFLAGS_FOR_BUILD)
CFLAGS = $(CFLAGS_FOR_BUILD)
LDFLAGS = $(LDFLAGS_FOR_BUILD)
LIBS =