aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-06-11 19:05:17 +0000
committerGuy Harris <guy@alum.mit.edu>2011-06-11 19:05:17 +0000
commit350ec69e9afd940b65ef52ab94969e44b1202899 (patch)
treee982fc9d135a7673b7cf4ad455fcb0acb281d9e2 /epan/Makefile.am
parentb30de7bd0bfdc770e88ee92695bd7afe94380b2d (diff)
Do the Python embedding similarly to other "default = yes, if available"
items. Add some quoting to the zlib tests, just in case the argument contains white space. Clean up capitalization of Lua and Python. Link programs that use libwireshark with the Python libraries, and build Epan with the Python cflags. svn path=/trunk/; revision=37652
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index 5ef19ec6e3..3c7c5ca035 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -61,7 +61,7 @@ include Makefile.common
INCLUDES = -I$(srcdir)/.. -I$(srcdir)/$(LEMON) -I$(builddir)/wslua \
@LUA_INCLUDES@ $(LIBGNUTLS_CFLAGS) $(LIBGCRYPT_CFLAGS) \
- $(LIBSMI_CFLAGS) $(LIBGEOIP_CFLAGS)
+ $(LIBSMI_CFLAGS) $(LIBGEOIP_CFLAGS) $(PY_CFLAGS)
if HAVE_WARNINGS_AS_ERRORS