summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-12-27 14:40:35 +0000
committerOthmar Gsenger <otti@anytun.org>2008-12-27 14:40:35 +0000
commit6277304d555551ec837ec632eae523bd32f179be (patch)
tree384f0377ad19d365fbbe1044a1439268a35d099f /src/Makefile
parentfixed some compiler warnings for ubuntu intrepid (diff)
don't build libanysnc
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 75b65d8..de1b11c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -115,7 +115,7 @@ ANYCONFOBJS = log.o \
EXECUTABLE = anytun anytun-config anytun-controld anytun-showtables
-all: $(EXECUTABLE) libAnysync.a #anyrtpproxy
+all: $(EXECUTABLE) #libAnysync.a #anyrtpproxy
anytun: $(OBJS) $(SYNCOBJS) anytun.o
$(LD) $(OBJS) $(SYNCOBJS) anytun.o -o $@ $(LDFLAGS)