X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.in;h=a7d9df8175c06a8bf9059ca314b3a8666730dba7;hb=5963521296680c2aeb40baeb72459dffc14cd996;hp=2dea73838574a95fea287ba2c9a44a8fb2e26ddc;hpb=974d0468ad285d9ddbc5b052110076d7adf0ed2e;p=secnet.git diff --git a/Makefile.in b/Makefile.in index 2dea738..a7d9df8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ .PHONY: all clean realclean dist install PACKAGE:=secnet -VERSION:=0.06 +VERSION:=0.07 @SET_MAKE@ @@ -53,7 +53,7 @@ DISTFILES:=COPYING INSTALL Makefile.in NOTES README TODO conffile.c \ example-sites-file example.conf install.sh linux md5.c md5.h \ modules.c modules.h netlink.c random.c resolver.c rsa.c \ secnet.c secnet.h serpent.c serpent.h serpentsboxes.h \ - site.c transform.c udp.c util.c util.h + site.c transform.c udp.c unaligned.h util.c util.h %.c: %.y @@ -72,6 +72,9 @@ Makefile: Makefile.in config.status config.status: configure $(srcdir)/configure --no-create +config.h: config.h.in config.status + $(SHELL) config.status + $(OBJECTS): config.h secnet.h util.h conffile.o conffile.tab.o conffile.yy.o: conffile.h conffile_internal.h secnet.c: conffile.h @@ -79,6 +82,7 @@ md5.o: md5.h serpent.o transform.o: serpent.h serpent.o: serpentsboxes.h conffile.o: modules.h +site.c util.c: unaligned.h secnet: $(OBJECTS)