diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2009-07-01 11:12:58 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2009-07-01 11:12:58 +0000 |
commit | 832432378468e287f8b835496e4d67e274ffb949 (patch) | |
tree | 857263777918a6fd1f1847071390643f3672d2e7 /Makefile.nmake | |
parent | 58eba2d80c9b9ec62fcfc2eefe859c2904ca10a7 (diff) | |
download | wireshark-832432378468e287f8b835496e4d67e274ffb949.tar.gz wireshark-832432378468e287f8b835496e4d67e274ffb949.tar.bz2 wireshark-832432378468e287f8b835496e4d67e274ffb949.zip |
Try to fix HAVE_NEW_PACKET_LIST handling.
svn path=/trunk/; revision=28905
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index 84d4332d71..958a961091 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -372,6 +372,7 @@ config.h : config.h.win32 config.nmake -e "s/@PORTAUDIO_API_1@/$(PORTAUDIO_API_CONFIG)/" \ -e "s/@HAVE_SMI@/$(SMI_CONFIG)/" \ -e "s/@HAVE_GEOIP@/$(GEOIP_CONFIG)/" \ + -e "s/@HAVE_NEW_PACKET_LIST@/$(NEW_PACKET_LIST_CONFIG)/" \ -e "s/@INET6@/$(INET6_CONFIG)/" \ -e "s/@HAVE_NTDDNDIS_H@/$(NTDDNDIS_CONFIG)/" \ < config.h.win32 > $@ |