From 26e122adf8a9383f9e2a76a39df1de741611503e Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Sat, 14 Jun 2003 21:36:16 +0000 Subject: *** empty log message *** --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3