[MERGED] libsmpp34[master]: Fix 'make distcheck' by adding .version to EXTRA_DISTI

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Oct 4 00:38:39 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: Fix 'make distcheck' by adding .version to EXTRA_DISTI
......................................................................


Fix 'make distcheck' by adding .version to EXTRA_DISTI

Commit 1648066f1652e758d93393a875b1337a27fc0cf7 introduced
osmocom-style git-version-gen, .version, etc. - but failed
to include .version in the EXTRA_DIST list of files.

Change-Id: If191e82677d851ca486ec78da6643958d05eb5f6
---
M Makefile.am
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/Makefile.am b/Makefile.am
index d526301..3e44376 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,8 @@
              test_apps/esme.xml\
              test_apps/sendwp.xml\
              test_apps/recv_and_unpack.inc \
-             README.md
+             README.md \
+             .version
 
 @RELMAKE@
 

-- 
To view, visit https://gerrit.osmocom.org/4133
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If191e82677d851ca486ec78da6643958d05eb5f6
Gerrit-PatchSet: 1
Gerrit-Project: libsmpp34
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list