summaryrefslogtreecommitdiff
path: root/server/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-06-10Link crypt functions only to sssd binariesSimo Sorce1-4/+2
2009-06-08fix shadow-utils base pathJakub Hrozek1-1/+1
2009-06-03man page for LDAP domainsJakub Hrozek1-1/+1
2009-06-02sssd.conf(5) man pageJakub Hrozek1-1/+1
2009-06-01Do not statically link data provider pluginsStephen Gallagher1-4/+3
2009-06-01Add more manpagesJakub Hrozek1-1/+3
2009-05-28Build non-versioned sss_pam.so, libnss_sss.so and memberof.soStephen Gallagher1-1/+1
2009-05-26Link proxy backend against internal crypto libraryStephen Gallagher1-2/+4
2009-05-26Clean up automake build to work on older versions of libtoolStephen Gallagher1-0/+1
LT_INIT is supported only on Libtool >= 2.0, so I reverted it to using AC_PROG_LIBTOOL. Also reorganized how the common libraries were being built. Now they are treated as libtool convenience libraries instead of installable libraries (the --with-singlelib configure flag can still be used to generate a combined, installable DSO) I cleaned up the set of files being installed by automake, so the list of things we need to remove before packaging the RPM is now only the .la files associated with our own plugins.
2009-05-26Fix infopipe packagingJakub Hrozek1-0/+4
2009-05-26Add some more InfoPipe testsJakub Hrozek1-1/+12
2009-05-19Enable automake builds for sssd serverStephen Gallagher1-0/+431