aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'epan/ftypes/Makefile.nmake')
-rw-r--r--epan/ftypes/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ftypes/Makefile.nmake b/epan/ftypes/Makefile.nmake
index f980bf273a..11c983743d 100644
--- a/epan/ftypes/Makefile.nmake
+++ b/epan/ftypes/Makefile.nmake
@@ -11,7 +11,7 @@ include Makefile.common
CFLAGS=$(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
/I. /I.. /I../.. $(GLIB_CFLAGS) \
- $(PCRE_CFLAGS) /I$(PCAP_DIR)\include
+ /I$(PCAP_DIR)\include
.c.obj::
$(CC) $(CVARSDLL) $(CFLAGS) -Fd.\ -c $<