aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-13 16:05:11 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-13 16:05:11 +0000
commitcf4bef4c3fe8ed6b659863563612451473a11c45 (patch)
tree07ced33089cce325301d277da056fa60c7e67bfa /Makefile.am
parent573d0dcc336a6a77318cb2115c2b3562c410a3fb (diff)
capinfos and editcap need PYTHON_DIR when we have Python enabled.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36626 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 5c2a1fce0a..1126650b41 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -410,14 +410,14 @@ capinfos_LDADD = \
wsutil/libwsutil.la \
@GLIB_LIBS@ \
@LIBGCRYPT_LIBS@
-capinfos_CFLAGS = $(AM_CLEAN_CFLAGS)
+capinfos_CFLAGS = $(AM_CLEAN_CFLAGS) $(py_dissectors_dir)
# Libraries with which to link editcap.
editcap_LDADD = \
wiretap/libwiretap.la \
wsutil/libwsutil.la \
@GLIB_LIBS@
-editcap_CFLAGS = $(AM_CLEAN_CFLAGS)
+editcap_CFLAGS = $(AM_CLEAN_CFLAGS) $(py_dissectors_dir)
# Libraries with which to link randpkt.
randpkt_LDADD = \