summaryrefslogtreecommitdiffstats
path: root/Makefile
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
commit26e122adf8a9383f9e2a76a39df1de741611503e (patch)
tree4cb47e4fe9a99d5908620715556c89236bacf5df /Makefile
parente3769f0cbd839bcf15a60e6dedaa07e05f4d93bb (diff)
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b526832..8c15b13 100644
--- a/Makefile
+++ b/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)