fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libsmpp34/+/35706?usp=email )
Change subject: build: include git-version-gen into the release tarball ......................................................................
build: include git-version-gen into the release tarball
Change-Id: I3d1c8c905f1acca6256eba51f6ee78214419e97a --- M Makefile.am 1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libsmpp34 refs/changes/06/35706/1
diff --git a/Makefile.am b/Makefile.am index 4b1006e..9f85801 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,9 @@ README.md \ .version \ debian \ - contrib/libsmpp34.spec.in + contrib/libsmpp34.spec.in \ + git-version-gen \ + $(NULL)
@RELMAKE@