diff options
author | Günther Deschner <gdeschner@redhat.com> | 2013-01-11 15:42:02 +0100 |
---|---|---|
committer | Günther Deschner <gdeschner@redhat.com> | 2013-01-11 15:42:02 +0100 |
commit | a5712741c9440903bcb08ccdc39e9e6aae2678ac (patch) | |
tree | 591a66f1617d512fa672dda21d7a0e09d95c53f5 /proxy/configure.ac | |
parent | 14af3cd9a2bcc00a3c98941c42007032f2e810e3 (diff) | |
download | gss-proxy-master-interposer-config.tar.gz gss-proxy-master-interposer-config.tar.xz gss-proxy-master-interposer-config.zip |
Add example GSS-API mechanism plugins config file.master-interposer-config
The file is not installed automatically yet.
Diffstat (limited to 'proxy/configure.ac')
-rw-r--r-- | proxy/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/configure.ac b/proxy/configure.ac index 049bb89..9d3d98f 100644 --- a/proxy/configure.ac +++ b/proxy/configure.ac @@ -141,5 +141,5 @@ AC_DEFINE_UNQUOTED([ABS_BUILD_DIR], ["$abs_build_dir"], [Absolute path to the bu AC_SUBST([abs_builddir], $abs_build_dir) AC_CONFIG_FILES([Makefile systemd/gssproxy.service man/Makefile - contrib/gssproxy.spec]) + contrib/gssproxy.spec examples/mech]) AC_OUTPUT |