chiark / gitweb /
Import release 0.1.5
[secnet.git] / Makefile.in
index d025e3a6daa456af4c69f0d9fe4fcabfc606bf55..4ec1a6c40190b3fe2c32bdb8a1034a32c235f8e4 100644 (file)
@@ -18,7 +18,7 @@
 .PHONY:        all clean realclean dist install
 
 PACKAGE:=secnet
-VERSION:=0.1.2
+VERSION:=0.1.5
 
 @SET_MAKE@
 
@@ -45,19 +45,19 @@ TARGETS:=secnet
 
 OBJECTS:=secnet.o util.o conffile.yy.o conffile.tab.o conffile.o modules.o \
        resolver.o random.o udp.o site.o transform.o netlink.o rsa.o dh.o \
-       serpent.o md5.o version.o tun.o slip.o
+       serpent.o md5.o version.o tun.o slip.o sha1.o
 
 DISTFILES:=COPYING CREDITS INSTALL Makefile.in NOTES README TODO \
        conffile.c conffile.fl conffile.h conffile.y \
        conffile_internal.h config.h.bot \
        config.h.in config.h.top configure \
        configure.in debian dh.c \
-       example-sites-file example.conf \
-       install.sh linux md5.c md5.h \
+       example-sites-file example.conf make-secnet-sites.py \
+       install.sh ipaddr.py linux md5.c md5.h \
        modules.c modules.h netlink.c netlink.h \
        random.c resolver.c rsa.c \
        secnet.c secnet.h serpent.c serpent.h serpentsboxes.h \
-       site.c slip.c stamp-h.in transform.c tun.c udp.c \
+       sha1.c site.c slip.c stamp-h.in transform.c tun.c udp.c \
        unaligned.h util.c util.h
 
 %.c:   %.y