summaryrefslogtreecommitdiff
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-12-08 03:22:58 +0000
committerGuy Harris <guy@alum.mit.edu>2007-12-08 03:22:58 +0000
commit9ea3c33ad521515f0dbbfbd6fca5fa55d8e5f85c (patch)
tree7626469178d3fb741172d5f2cf81084a71580edb /wiretap
parent0ca5f6ace425dc26f77f656a3dbd3fd99646a3de (diff)
downloadwireshark-9ea3c33ad521515f0dbbfbd6fca5fa55d8e5f85c.tar.gz
Add .. to the directory in which to look for headers, just as is done
with automake/autoconf, so we pick up config.h. svn path=/trunk/; revision=23805
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index 3e5186251c..67b58b7d49 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -8,7 +8,8 @@ include ..\Makefile.nmake.inc
include Makefile.common
-CFLAGS=-WX -DYYMALLOC=malloc -DYYFREE=free -DHAVE_CONFIG_H $(GLIB_CFLAGS) $(ZLIB_CFLAGS) /I$(PCAP_DIR)/include \
+CFLAGS=-WX -DYYMALLOC=malloc -DYYFREE=free -DHAVE_CONFIG_H /I. /I.. \
+ $(GLIB_CFLAGS) $(ZLIB_CFLAGS) /I$(PCAP_DIR)/include \
-D_U_="" $(LOCAL_CFLAGS)
CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL