diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2009-05-31 16:05:13 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2009-05-31 16:05:13 +0000 |
commit | 9a372f685dbd1cf0a539635256a430cbd9324a36 (patch) | |
tree | e745a45b961a06c5feef5448e0e0abc5f686e1a5 /Makefile.am | |
parent | 246d8f9c6c7760f5aab1c6a9edbcd48a7ad4eb08 (diff) | |
download | wireshark-9a372f685dbd1cf0a539635256a430cbd9324a36.tar.gz wireshark-9a372f685dbd1cf0a539635256a430cbd9324a36.tar.bz2 wireshark-9a372f685dbd1cf0a539635256a430cbd9324a36.zip |
From Kovarththanan Rajaratnam's patch in bug 3500:
Added info about python version.
svn path=/trunk/; revision=28543
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fadf580e4a..213f5015ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -475,7 +475,7 @@ dumpcap_CFLAGS = $(AM_CLEAN_CFLAGS) $(py_dissectors_dir) # Common headers AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap \ - $(LIBGNUTLS_CFLAGS) $(LIBGCRYPT_CFLAGS) $(LIBSMI_CFLAGS) + $(LIBGNUTLS_CFLAGS) $(LIBGCRYPT_CFLAGS) $(LIBSMI_CFLAGS) $(PY_CFLAGS) # # Build the version string |