From 30816d69356a4cd548316b63a0e5d69984ac386e Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 7 Dec 2007 08:24:12 +0000 Subject: added boost as dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7c77012..16a20b6 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ OBJS = anytun.o \ EXECUTABLE = anytun -all: $(EXECUTABLE) doxygen +all: $(EXECUTABLE) anytun: $(OBJS) $(LD) $(OBJS) -o $@ $(LDFLAGS) -- cgit v1.2.3