Imported Upstream version 0.3.3
[debian/uanytun.git] / src / Makefile
index 4124575..5ed36d9 100644 (file)
@@ -15,7 +15,7 @@
 ##  tunneling and relaying of packets of any protocol.
 ##  
 ##
-##  Copyright (C) 2007-2008 Christian Pointner <equinox@anytun.org>
+##  Copyright (C) 2007-2010 Christian Pointner <equinox@anytun.org>
 ##
 ##  This file is part of uAnytun.
 ##
@@ -89,6 +89,7 @@ distclean: cleanall
        find . -name *.o -exec rm -f {} \;
        find . -name "*.\~*" -exec rm -rf {} \;
        rm -f include.mk
+       rm -f version.h
        rm -f tun.c
 
 clean: