aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-14 11:27:08 +0200
committerlaforge <laforge@osmocom.org>2020-05-20 10:29:05 +0000
commit6370f5dd6f05ce7bb95f2811a70b06462f321b72 (patch)
tree8749d64213464e086d79dcc1835cbab2569fbb82 /configure.ac
parent12f93be6073ed89055862baafbfe0e08e50ed17a (diff)
contrib: integrate RPM spec
Remove OpenSUSE bug report link, set version to @VERSION@, make it build with CentOS 8 etc. Related: OS#4550 Change-Id: I59255889740195ec811a947a7130ae0918ea4b4d
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ac887a0d..f69c78de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -441,4 +441,5 @@ AC_OUTPUT(
Doxyfile.coding
Doxyfile.gb
Doxyfile.ctrl
- Makefile)
+ Makefile
+ contrib/libosmocore.spec)