X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2FMakefile.am;h=c48e3fdd8d2c50beb1f822cf462d71d53ab289ba;hb=aec82bb1c94af6d3142cdef0c51f42f38e9be3e0;hp=1a84098ebd05abf661ee17075e14ae2b32012a53;hpb=116f2ed27a74982e4d1a19b7a8fd08b0aaee1f8d;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)