fixeria has uploaded this change for review.
configure: generate libosmo-gprs.spec from libosmo-gprs.spec.in
Change-Id: Ie15c136d9f1919da0217b17d1afa9268f7ceaab1
---
M .gitignore
M Makefile.am
M configure.ac
3 files changed, 5 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/48/29148/1
diff --git a/.gitignore b/.gitignore
index 3935e05..6efb54d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,3 +54,5 @@
tags
/deps
+
+contrib/libosmo-gprs.spec
diff --git a/Makefile.am b/Makefile.am
index 79aee53..ebaaf29 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,6 +21,7 @@
BUILT_SOURCES = $(top_srcdir)/.version
EXTRA_DIST = \
.version \
+ contrib/libosmo-gprs.spec.in \
git-version-gen \
debian \
$(NULL)
diff --git a/configure.ac b/configure.ac
index 15974ee..f0d0401 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,5 +87,6 @@
src/rlcmac/Makefile
tests/Makefile
tests/rlcmac/Makefile
- Makefile])
+ Makefile
+ libosmo-gprs.spec])
AC_OUTPUT
To view, visit change 29148. To unsubscribe, or for help writing mail filters, visit settings.