summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-11-26 10:47:14 +0000
committerChristian Pointner <equinox@anytun.org>2008-11-26 10:47:14 +0000
commitf5afa7efbc1ff915e733e8d1474777de80534345 (patch)
tree0e698a8e0ce8792f58f6d965d58334c26621b20c /src/Makefile
parentanyrtpproxy: options parser support ipv6 now (diff)
cleaned tunDevice code
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 de08ea2..da7b839 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -274,7 +274,7 @@ anyrtpproxy: anytun
distclean: cleanall
find . -name *.o -exec rm -f {} \;
rm -f config.sub config.guess
- rm -f tunDevice.cpp tunDevice.h
+ rm -f tunDevice.cpp
cleanall: clean
$(MAKE) --directory=$(CURDIR)/man clean