summaryrefslogtreecommitdiffstats
path: root/proxy/configure.ac
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-01-09 14:56:44 -0500
committerSimo Sorce <simo@redhat.com>2015-03-24 11:48:59 -0400
commit72052a86bf1d9360276745afe00155444bdf1292 (patch)
tree9eaa9848737b9aef100215db291848f9cae78100 /proxy/configure.ac
parent22a4b37f352f6d1cae0c33e495a43439f8da5ab3 (diff)
downloadgss-proxy-72052a86bf1d9360276745afe00155444bdf1292.tar.gz
gss-proxy-72052a86bf1d9360276745afe00155444bdf1292.tar.xz
gss-proxy-72052a86bf1d9360276745afe00155444bdf1292.zip
Fix variable replacement in non config files
Fixes: #132 Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Lukas Slebodnik <lslebodn@redhat.com>
Diffstat (limited to 'proxy/configure.ac')
-rw-r--r--proxy/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/proxy/configure.ac b/proxy/configure.ac
index 5e43c3b..5197976 100644
--- a/proxy/configure.ac
+++ b/proxy/configure.ac
@@ -180,7 +180,7 @@ 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 tests/Makefile systemd/gssproxy.service man/Makefile
- contrib/gssproxy.spec examples/mech examples/gssproxy.conf
+AC_CONFIG_FILES([Makefile tests/Makefile man/Makefile
+ contrib/gssproxy.spec
man/gssproxy-mech.8.xml])
AC_OUTPUT