aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-07-01 11:12:58 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-07-01 11:12:58 +0000
commit832432378468e287f8b835496e4d67e274ffb949 (patch)
tree857263777918a6fd1f1847071390643f3672d2e7 /Makefile.nmake
parent58eba2d80c9b9ec62fcfc2eefe859c2904ca10a7 (diff)
downloadwireshark-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.nmake1
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 > $@