diff --git a/.gitignore b/.gitignore index 3935e05..6efb54d 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,5 @@ tests/*/*_test 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 @@ pkgconfig_DATA = \ 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 a3570a9..1e3e896 100644 --- a/configure.ac +++ b/configure.ac @@ -84,5 +84,6 @@ AC_CONFIG_FILES([libosmo-csn1.pc src/rlcmac/Makefile tests/Makefile tests/rlcmac/Makefile - Makefile]) + Makefile + contrib/libosmo-gprs.spec]) AC_OUTPUT