aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-14 11:32:12 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-19 17:08:23 +0200
commiteca127c9b373f984ea8d7b47914aefa87a920995 (patch)
tree0e68842fae314389d63fac1b6e71dbb7e562876d /configure.ac
parent09c71b04f5a8d82515d0d4d541b8368b585dbd31 (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: I8b4646ffc8c79d717ada2f0d8da14a721000c2e4
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 d4fbec4..4c0e0b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,4 +133,5 @@ AC_OUTPUT(
examples/Makefile
tests/Makefile
Doxyfile
- Makefile)
+ Makefile
+ contrib/libosmo-netif.spec)