From dc8cc03aa1c0879ac600967ca37b36aa6fb7ddf6 Mon Sep 17 00:00:00 2001 From: laforge Date: Tue, 30 Jul 2002 08:00:47 +0000 Subject: make ulogd_PCAP build conditional to the existance of pcap.h --- Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.in') 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 -- cgit v1.2.3