diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-30 09:56:52 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-30 19:56:25 -0500 |
commit | 2a552e43581c74f51205c7141ec9f6e9542509f8 (patch) | |
tree | c412f07b0bb4c6fef72f7e7d4ae7744ef290e753 /Makefile.am | |
parent | c9b2b7f3f02bf40b698c70640f151d0113736195 (diff) | |
download | sssd-2a552e43581c74f51205c7141ec9f6e9542509f8.tar.gz sssd-2a552e43581c74f51205c7141ec9f6e9542509f8.tar.xz sssd-2a552e43581c74f51205c7141ec9f6e9542509f8.zip |
SSSDConfigAPI: Move sssd.api.* to /usr/share/sssd
https://fedorahosted.org/sssd/ticket/1158
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a8ae01d7c..cefce80c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,8 @@ if BUILD_KRB5_LOCATOR_PLUGIN krb5plugindir = @krb5pluginpath@ endif sssdconfdir = $(sysconfdir)/sssd -sssdapiplugindir = $(sssdconfdir)/sssd.api.d +sssddatadir = $(datadir)/sssd +sssdapiplugindir = $(sssddatadir)/sssd.api.d dbusintrospectdir = $(datarootdir)/sssd/introspect localedir = @localedir@ nsslibdir = @nsslibdir@ @@ -1199,7 +1200,7 @@ endif endif -dist_sssdconf_DATA = \ +dist_sssddata_DATA = \ src/config/etc/sssd.api.conf dist_sssdapiplugin_DATA = \ src/config/etc/sssd.api.d/sssd-ipa.conf \ @@ -1221,6 +1222,7 @@ installsssddirs:: $(DESTDIR)$(pipepath)/private \ $(DESTDIR)$(sssdlibdir) \ $(DESTDIR)$(sssdconfdir) \ + $(DESTDIR)$(sssddatadir) \ $(DESTDIR)$(dbpath) \ $(DESTDIR)$(pidpath) \ $(DESTDIR)$(logpath) \ |