summaryrefslogtreecommitdiffstats
path: root/Rules.make.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 /Rules.make.in
parent468c6fb8fec0809988e19ebbbed6191d9fcee461 (diff)
make ulogd_PCAP build conditional to the existance of pcap.h
Diffstat (limited to 'Rules.make.in')
-rw-r--r--Rules.make.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.make.in b/Rules.make.in
index 68699be..0f9c937 100644
--- a/Rules.make.in
+++ b/Rules.make.in
@@ -26,7 +26,7 @@ LIBS=@LIBS@
# Names of the plugins to be compiled
-ULOGD_SL:=BASE OPRINT PWSNIFF LOGEMU PCAP LOCALTIME
+ULOGD_SL:=BASE OPRINT PWSNIFF LOGEMU LOCALTIME
# mysql output support
#ULOGD_SL+=MYSQL