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
Review at https://gerrit.osmocom.org/4133
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(-)
git pull ssh://gerrit.osmocom.org:29418/libsmpp34 refs/changes/33/4133/1
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: newchange
Gerrit-Change-Id: If191e82677d851ca486ec78da6643958d05eb5f6
Gerrit-PatchSet: 1
Gerrit-Project: libsmpp34
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>