aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-14 11:30:01 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-19 17:08:23 +0200
commit85887b2eee34e1e526b09cfbfcf1c2ab027abe50 (patch)
treeb57b83a7144e1a6a3c27144256f7525b24fad3a8 /configure.ac
parent39dffb6c29a8d78ba8527aa4ccc13f34d1c3b319 (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: I3e135e5e7807688366598a24e121550d6292906c
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 1e9cb26..f095cf5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -167,4 +167,5 @@ AC_OUTPUT(
include/Makefile
src/Makefile
tests/Makefile
- Makefile)
+ Makefile
+ contrib/libosmo-abis.spec)