summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-04-04 17:20:16 +0200
committerSimo Sorce <simo@redhat.com>2012-05-31 18:31:02 -0400
commit5a5b9c7c6fe6873ac646796988fc6ce7e52b932d (patch)
treee7231a3d93a751b0436387aac9fd5ca5be6b2ee3
parent6f70e018194666b966ba99c25735c8648009a5c6 (diff)
downloadgss-proxy-5a5b9c7c6fe6873ac646796988fc6ce7e52b932d.tar.gz
gss-proxy-5a5b9c7c6fe6873ac646796988fc6ce7e52b932d.tar.xz
gss-proxy-5a5b9c7c6fe6873ac646796988fc6ce7e52b932d.zip
Create gssproxy.spec during configure.
Guenther Signed-off-by: Simo Sorce <simo@redhat.com>
-rw-r--r--proxy/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/proxy/configure.ac b/proxy/configure.ac
index 5109720..f5532d0 100644
--- a/proxy/configure.ac
+++ b/proxy/configure.ac
@@ -140,5 +140,6 @@ abs_build_dir=`pwd`
AC_DEFINE_UNQUOTED([ABS_BUILD_DIR], ["$abs_build_dir"], [Absolute path to the build directory])
AC_SUBST([abs_builddir], $abs_build_dir)
-AC_CONFIG_FILES([Makefile systemd/gssproxy.service man/Makefile])
+AC_CONFIG_FILES([Makefile systemd/gssproxy.service man/Makefile
+ contrib/gssproxy.spec])
AC_OUTPUT