X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2FMakefile.am;h=c48e3fdd8d2c50beb1f822cf462d71d53ab289ba;hb=afb175873e6aa10d2d4dca3572edf054968c538d;hp=1a84098ebd05abf661ee17075e14ae2b32012a53;hpb=2980173ee7f8142598fe5e1ab117e463751da310;p=tinc diff --git a/src/Makefile.am b/src/Makefile.am index 1a84098e..c48e3fdd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,6 +2,9 @@ sbin_PROGRAMS = tincd tinc sptps_test sptps_keypair +## Make sure version.c is always rebuilt +.PHONY: version.c + if LINUX sbin_PROGRAMS += sptps_speed endif @@ -88,6 +91,7 @@ tincd_SOURCES = \ tincd.c \ utils.c utils.h \ xalloc.h \ + version.c version.h \ $(ed25519_SOURCES) \ $(chacha_poly1305_SOURCES) @@ -106,6 +110,7 @@ tinc_SOURCES = \ tincctl.c tincctl.h \ top.c top.h \ utils.c utils.h \ + version.c version.h \ $(ed25519_SOURCES) \ $(chacha_poly1305_SOURCES)