summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorlaforge <laforge>2002-07-30 08:00:47 +0000
committerlaforge <laforge>2002-07-30 08:00:47 +0000
commitdc8cc03aa1c0879ac600967ca37b36aa6fb7ddf6 (patch)
tree80b164819c4162cb62304a79603ccd64418b48f3 /Makefile.in
parent468c6fb8fec0809988e19ebbbed6191d9fcee461 (diff)
make ulogd_PCAP build conditional to the existance of pcap.h
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a0f353f..b39e8f7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -15,6 +15,11 @@ else
SUBDIRS+=pgsql
endif
+ifeq (x@HAVE_PCAP_H@,x)
+else
+SUBDIRS+=pcap
+endif
+
# Normally You should not need to change anything below
all: recurse ulogd