PCRE support requires $(PCRE_CFLAGS) in CFLAGS.
authorOlivier Biot <obiot.ethereal@gmail.com>
Wed, 10 Dec 2003 22:38:48 +0000 (22:38 -0000)
committerOlivier Biot <obiot.ethereal@gmail.com>
Wed, 10 Dec 2003 22:38:48 +0000 (22:38 -0000)
svn path=/trunk/; revision=9237

epan/dfilter/Makefile.nmake

index 835055c0a7d8263161aae278ea8bbd66261829a1..96e99fb625024dfcbe257993e23fc47cedd5bde1 100644 (file)
@@ -1,7 +1,7 @@
 ## Makefile for building ethereal.exe with Microsoft C and nmake
 ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
 #
-# $Id: Makefile.nmake,v 1.10 2003/10/10 21:31:47 guy Exp $
+# $Id: Makefile.nmake,v 1.11 2003/12/10 22:38:48 obiot Exp $
 
 include ..\..\config.nmake
 
@@ -10,7 +10,7 @@ include ..\..\config.nmake
 LEMON=..\..\tools\lemon
 
 CFLAGS=-DHAVE_CONFIG_H /I. /I.. /I..\.. /I$(LEMON) \
-       $(GTK_CFLAGS) /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
+       $(GTK_CFLAGS) $(PCRE_CFLAGS) /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
 
 CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL