diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-10-19 16:54:31 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-10-19 16:54:31 +0000 |
commit | df16268003e767bdb007872b9891edd3ca0065fd (patch) | |
tree | af2632d84a9b67ea46ec629549a5da5c17220898 /src/Makefile | |
parent | removed manpage from auto build (diff) |
fixed typo in last checkin
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 3809bda..39dd864 100644 --- a/src/Makefile +++ b/src/Makefile @@ -134,7 +134,7 @@ ANYCONFOBJS = log.o \ syncConnectionCommand.o \ $(SOCKETDEPS) -EXECUTABLE = anytun anytun-config anytun-controld anytun-showtable +EXECUTABLE = anytun anytun-config anytun-controld anytun-showtables all: $(EXECUTABLE) libAnysync.a anyrtpproxy |