summaryrefslogtreecommitdiffstats
path: root/ulogd/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
commita7d746549ff7731ef3941013dbd0b9b31fb2982b (patch)
tree361c8d5f9f9589a0d4bd9b40ea40dad923fceafa /ulogd/Rules.make.in
parent575fb38957a2a27951579a40f4d1c3914752f52c (diff)
make ulogd_PCAP build conditional to the existance of pcap.h
Diffstat (limited to 'ulogd/Rules.make.in')
-rw-r--r--ulogd/Rules.make.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulogd/Rules.make.in b/ulogd/Rules.make.in
index 68699be..0f9c937 100644
--- a/ulogd/Rules.make.in
+++ b/ulogd/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