summaryrefslogtreecommitdiff
path: root/capchild
diff options
context:
space:
mode:
Diffstat (limited to 'capchild')
-rw-r--r--capchild/Makefile.am2
-rw-r--r--capchild/Makefile.nmake6
2 files changed, 2 insertions, 6 deletions
diff --git a/capchild/Makefile.am b/capchild/Makefile.am
index 4d75e0b36f..9bdb3871f3 100644
--- a/capchild/Makefile.am
+++ b/capchild/Makefile.am
@@ -22,8 +22,6 @@
include Makefile.common
include $(top_srcdir)/Makefile.am.inc
-AM_CPPFLAGS += $(LIBGCRYPT_CFLAGS) $(LIBGNUTLS_CFLAGS) $(PORTAUDIO_INCLUDES)
-
noinst_LIBRARIES = libcapchild.a
CLEANFILES = \
diff --git a/capchild/Makefile.nmake b/capchild/Makefile.nmake
index be4d1820e5..8220bafd01 100644
--- a/capchild/Makefile.nmake
+++ b/capchild/Makefile.nmake
@@ -11,12 +11,10 @@ include ..\Makefile.nmake.inc
GENERATED_CFLAGS=\
$(STANDARD_CFLAGS) \
/Zm800 \
- /I.. $(GLIB_CFLAGS) $(GNUTLS_CFLAGS) \
+ /I.. $(GLIB_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$(PCAP_DIR)\include $(AIRPCAP_CFLAGS)
CFLAGS=$(WARNINGS_ARE_ERRORS) $(GENERATED_CFLAGS)