fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/simtrace2/+/43529?usp=email )
Change subject: build: include version.h.tpl in the release tarballs ......................................................................
build: include version.h.tpl in the release tarballs
simtrace2-host-0.9.1.tar.bz2 does not compile because this file is missing. Add it to EXTRA_DIST.
make all-recursive make[1]: Entering directory '/build/simtrace2/src/simtrace2-0.9.1' Making all in include make[2]: Entering directory '/build/simtrace2/src/simtrace2-0.9.1/include' make[2]: *** No rule to make target 'osmocom/simtrace2/version.h.tpl', needed by 'osmocom/simtrace2/version.h'. Stop. make[2]: Leaving directory '/build/simtrace2/src/simtrace2-0.9.1/include' make[1]: *** [Makefile:452: all-recursive] Error 1 make[1]: Leaving directory '/build/simtrace2/src/simtrace2-0.9.1' make: *** [Makefile:376: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
Change-Id: I8c50c8df012b2b7eb5ee6046f14ccc4d2c07194e Fixes: d0ad985e ("Generate a version.h file") --- M host/include/Makefile.am 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/29/43529/1
diff --git a/host/include/Makefile.am b/host/include/Makefile.am index 3a9722c..eba4978 100644 --- a/host/include/Makefile.am +++ b/host/include/Makefile.am @@ -16,3 +16,5 @@ osmocom/simtrace2/gsmtap.h \ osmocom/simtrace2/version.h \ $(NULL) + +EXTRA_DIST = osmocom/simtrace2/version.h.tpl