summaryrefslogtreecommitdiffstats
path: root/proxy/Makefile.am
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2013-01-11 15:42:02 +0100
committerSimo Sorce <simo@redhat.com>2013-01-15 10:02:34 -0500
commitd13fdf433c5f3c6c350e09cb4ea1009c720f2a10 (patch)
treeac2114ad0aadee2a67a7817fce85b8c40a964e5c /proxy/Makefile.am
parent3efe19be5b1ff867d5f6f723fb38ced5ac672e61 (diff)
downloadgss-proxy-d13fdf433c5f3c6c350e09cb4ea1009c720f2a10.tar.gz
gss-proxy-d13fdf433c5f3c6c350e09cb4ea1009c720f2a10.tar.xz
gss-proxy-d13fdf433c5f3c6c350e09cb4ea1009c720f2a10.zip
Add example GSS-API mechanism plugins config file.
The file is not installed automatically yet.
Diffstat (limited to 'proxy/Makefile.am')
-rw-r--r--proxy/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index 5b0669d..529de6d 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -17,6 +17,7 @@ endif
gssplibdir = $(libdir)/gssproxy
gsspconfdir = $(sysconfdir)/gssproxy
+gssconfdir = $(sysconfdir)/gss
localedir = @localedir@
pidpath = @pidpath@
@@ -223,6 +224,7 @@ installgsspdirs::
$(DESTDIR)$(sbindir) \
$(DESTDIR)$(mandir) \
$(DESTDIR)$(gsspconfdir) \
+ $(DESTDIR)$(gssconfdir) \
$(DESTDIR)$(pidpath) \
$(DESTDIR)$(pipepath) \
$(DESTDIR)$(logpath) \