]> www.tinc-vpn.org Git - tinc/blobdiff - src/Makefile.am
Don't include build-time generated version_git.h in the tarball.
[tinc] / src / Makefile.am
index beb71cdfbd01aa39e90b1ac7e8592712663e356b..04fe2f80e313cf00b6edd8618305501b47990907 100644 (file)
@@ -2,9 +2,12 @@
 
 sbin_PROGRAMS = tincd tinc sptps_test sptps_keypair
 
-## Make sure version.c is always rebuilt
-.PHONY: version.c
-version.c:
+## Make sure version.c is always rebuilt with the latest git information
+.PHONY: version.c version_git.h
+version_git.h:
+       echo >$@
+       -git describe && echo '#define GIT_DESCRIPTION "'`git describe | sed 's/release-//'`'"' >$@
+version.c: version_git.h
 
 if LINUX
 sbin_PROGRAMS += sptps_speed