summaryrefslogtreecommitdiffstats
path: root/iptables/Makefile
diff options
context:
space:
mode:
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