summaryrefslogtreecommitdiff
path: root/Makefile.am.inc
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-02-20 13:13:35 +0000
committerJoão Valverde <j@v6e.pt>2016-02-21 07:45:55 +0000
commit8b46cbbceb51f86ccc2efb487cf66024b9174ab4 (patch)
treecfb471ac5a22cf85804251b7b3139dd281253162 /Makefile.am.inc
parente282c19520802b6c1d61e29fa6dd72a8a991608c (diff)
downloadwireshark-8b46cbbceb51f86ccc2efb487cf66024b9174ab4.tar.gz
autotools: Cleanup some installation directory stuff
Replace hacky code to set install dirs in config.h and use path definitions only where required. Change-Id: I78735f730725382c1b3aca876705e5e6e1872d78 Reviewed-on: https://code.wireshark.org/review/14033 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'Makefile.am.inc')
-rw-r--r--Makefile.am.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am.inc b/Makefile.am.inc
index 2224f4f035..5f5d10125a 100644
--- a/Makefile.am.inc
+++ b/Makefile.am.inc
@@ -27,7 +27,7 @@ LEMON = $(top_builddir)/tools/lemon/lemon$(EXEEXT)
RUNLEX = $(top_srcdir)/tools/runlex.sh
-AM_CPPFLAGS = $(WS_CPPFLAGS) -I$(top_srcdir) -DTOP_SRCDIR=\"$(abs_top_srcdir)\"
+AM_CPPFLAGS = $(WS_CPPFLAGS) -I$(top_srcdir)
AM_CFLAGS = $(WS_CFLAGS)