aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt_core
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-02-18 05:40:38 -0800
committerGuy Harris <guy@alum.mit.edu>2016-02-18 14:38:19 +0000
commit50a91658319706925decec69dda9ff185c750710 (patch)
tree9306325909d17e3c868d52cc25145d60b49a1ade /randpkt_core
parent406161a3476b53913fb0d06cbba26c0718bb5e11 (diff)
Remove some {-I,/I} flags.
They should not be necessary. Change-Id: I9246d86862392c65839c18d13d8634bcf510d55e Reviewed-on: https://code.wireshark.org/review/13992 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'randpkt_core')
-rw-r--r--randpkt_core/Makefile.nmake7
1 files changed, 1 insertions, 6 deletions
diff --git a/randpkt_core/Makefile.nmake b/randpkt_core/Makefile.nmake
index 708d4f068f..d834d9d7bd 100644
--- a/randpkt_core/Makefile.nmake
+++ b/randpkt_core/Makefile.nmake
@@ -11,12 +11,7 @@ include ..\Makefile.nmake.inc
GENERATED_CFLAGS=\
$(STANDARD_CFLAGS) \
/Zm800 \
- /I.. $(GLIB_CFLAGS) $(GNUTLS_CFLAGS) \
- /I$(PCAP_DIR)\WPCAP\LIBPCAP /I$(PCAP_DIR)\WPCAP\LIBPCAP\bpf \
- /I$(PCAP_DIR)\WPCAP\LIBPCAP\lbl \
- /I$(PCAP_DIR)\include $(AIRPCAP_CFLAGS) \
- $(PORTAUDIO_CFLAGS) $(GEOIP_CFLAGS) $(WINSPARKLE_CFLAGS) \
- $(HHC_CFLAGS)
+ /I.. $(GLIB_CFLAGS)
CFLAGS=$(WARNINGS_ARE_ERRORS) $(GENERATED_CFLAGS)