summaryrefslogtreecommitdiffstats
path: root/iptables/Makefile
diff options
context:
space:
mode:
authorlaforge <laforge>2001-01-30 09:30:11 +0000
committerlaforge <laforge>2001-01-30 09:30:11 +0000
commitc454ecd4f7644cd7635745a1c055d8e9c1deeacc (patch)
tree5adb8287d472ff267ee56f306ba172a69d0784b3 /iptables/Makefile
parent0429c7ba66ecc132be06f13b5e462c5a1c77e5ec (diff)
updated to handle --ulog-qthreshold for multipart netlink messages
Diffstat (limited to 'iptables/Makefile')
-rw-r--r--iptables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/Makefile b/iptables/Makefile
index 302bb39..64a6b73 100644
--- a/iptables/Makefile
+++ b/iptables/Makefile
@@ -4,7 +4,7 @@ libipt_ULOG.so: libipt_ULOG_sh.o
ld -shared libipt_ULOG_sh.o -o libipt_ULOG.so
libipt_ULOG_sh.o: libipt_ULOG.c
- gcc $(CFLAGS) -c libipt_ULOG.c -o libipt_ULOG_sh.o
+ gcc $(CFLAGS) -include ../kernel/ipt_ULOG.h -c libipt_ULOG.c -o libipt_ULOG_sh.o
clean:
rm -f libipt_ULOG_sh.o libipt_ULOG.so