summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-06-14 21:36:16 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-06-14 21:36:16 +0000
commit72989595009036baf35148ab59962f840a285b2f (patch)
tree4b5f0b21a357384ef5109860e174c94c7b40448e
parent5385ed6d853df7e1235f093669ae661b0604cceb (diff)
*** empty log message ***
-rw-r--r--userspace/arptables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/arptables/Makefile b/userspace/arptables/Makefile
index b526832..8c15b13 100644
--- a/userspace/arptables/Makefile
+++ b/userspace/arptables/Makefile
@@ -37,7 +37,7 @@ arptables.o: arptables.c
arptables-standalone.o: arptables-standalone.c
$(CC) $(CFLAGS) -DIPT_LIB_DIR=\"$(IPT_LIBDIR)\" -c -o $@ $<
-libarptc/libarptc.o: libarptc/libarptc.c
+libarptc/libarptc.o: libarptc/libarptc.c libarptc/libarptc_incl.c
$(CC) $(CFLAGS) -DIPT_LIB_DIR=\"$(IPT_LIBDIR)\" -c -o $@ $<
arptables: arptables-standalone.o arptables.o libarptc/libarptc.o $(EXT_OBJS)