summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorYassir Elley <yelley@redhat.com>2014-07-05 15:37:23 -0400
committerJakub Hrozek <jhrozek@redhat.com>2014-07-20 21:29:26 +0200
commit32381402a4a9afc003782c9e2301fc59c9bda2a9 (patch)
treea1a37e17a18de49be0fd1df6e94feff1b98ab566 /Makefile.am
parentb31b0a468ddbc9be4fc78289e5a0a108c31ec620 (diff)
downloadsssd-32381402a4a9afc003782c9e2301fc59c9bda2a9.tar.gz
sssd-32381402a4a9afc003782c9e2301fc59c9bda2a9.tar.xz
sssd-32381402a4a9afc003782c9e2301fc59c9bda2a9.zip
AD-GPO: Store policy settings in local files
Reviewed-by: Sumit Bose <sbose@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8d3d366b4..e3592868c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,6 +61,7 @@ systemdunitdir = @systemdunitdir@
systemdconfdir = @systemdconfdir@
logpath = @logpath@
pubconfpath = @pubconfpath@
+gpocachepath = @gpocachepath@
pkgconfigdir = $(libdir)/pkgconfig
krb5rcachedir = @krb5rcachedir@
sudolibdir = @sudolibpath@
@@ -2606,6 +2607,7 @@ installsssddirs::
$(DESTDIR)$(logpath) \
$(DESTDIR)$(pubconfpath) \
$(DESTDIR)$(pubconfpath)/krb5.include.d \
+ $(DESTDIR)$(gpocachepath) \
$(DESTDIR)$(sudolibdir) \
$(DESTDIR)$(autofslibdir)