diff options
author | Yassir Elley <yelley@redhat.com> | 2014-07-05 15:37:23 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-07-20 21:29:26 +0200 |
commit | 32381402a4a9afc003782c9e2301fc59c9bda2a9 (patch) | |
tree | a1a37e17a18de49be0fd1df6e94feff1b98ab566 /Makefile.am | |
parent | b31b0a468ddbc9be4fc78289e5a0a108c31ec620 (diff) | |
download | sssd-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.am | 2 |
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) |