From ef8f9485b03972ff5efa6e45fa7b01f6d4256b39 Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 14 Aug 2000 08:28:23 +0000 Subject: various bugfixes (tcp interpreter), output for boolean type --- ulogd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ulogd/Makefile') diff --git a/ulogd/Makefile b/ulogd/Makefile index 9cb52f6..0d02917 100644 --- a/ulogd/Makefile +++ b/ulogd/Makefile @@ -1,14 +1,14 @@ # Path of libipulog (from iptables) LIBIPULOG=../libipulog +INCIPULOG=-I../libipulog/include # Names of the plugins to be compiled ULOGD_SL:=BASE OPRINT - # Normally You should not need to change anything below # CC = gcc -CFLAGS = -I. -I$(LIBIPULOG)/include -g -Wall +CFLAGS = -I. -g -Wall $(INCIPULOG) SH_CFLAGS:=$(CFLAGS) -fPIC SHARED_LIBS+=$(foreach T,$(ULOGD_SL),extensions/ulogd_$(T).so) @@ -21,7 +21,7 @@ $(SHARED_LIBS): %.so: %_sh.o %_sh.o: %.c gcc $(SH_CFLAGS) -o $@ -c $< -ulogd: ulogd.c ../libipulog/libipulog.a ulogd.h +ulogd: ulogd.c $(LIBIPULOG) ulogd.h $(CC) $(CFLAGS) -rdynamic -ldl -i ulogd.c $(LIBIPULOG)/libipulog.a -o ulogd clean: -- cgit v1.2.3