From 40428d71ceb76ff31df36a6fd676fd7347c05ac7 Mon Sep 17 00:00:00 2001 From: laforge Date: Thu, 17 Aug 2000 08:03:22 +0000 Subject: pwsniff added --- ulogd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ulogd/Makefile') diff --git a/ulogd/Makefile b/ulogd/Makefile index 0d02917..2358c04 100644 --- a/ulogd/Makefile +++ b/ulogd/Makefile @@ -3,12 +3,12 @@ LIBIPULOG=../libipulog INCIPULOG=-I../libipulog/include # Names of the plugins to be compiled -ULOGD_SL:=BASE OPRINT +ULOGD_SL:=BASE OPRINT PWSNIFF # Normally You should not need to change anything below # CC = gcc -CFLAGS = -I. -g -Wall $(INCIPULOG) +CFLAGS = -I. -g -Wall $(INCIPULOG) # -DDEBUG SH_CFLAGS:=$(CFLAGS) -fPIC SHARED_LIBS+=$(foreach T,$(ULOGD_SL),extensions/ulogd_$(T).so) -- cgit v1.2.3