summaryrefslogtreecommitdiff
path: root/sss_client/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-05-28Build non-versioned sss_pam.so, libnss_sss.so and memberof.soStephen Gallagher1-2/+5
2009-05-28gettext cleanupsSumit Bose1-1/+1
This patch removes a couple of files which can be created by autopoint automatically. The pot file now contains no changes compared to the output of xgettext. This should help to avoid unnecesary changes to the pot or po files during a 'make dist' or similar calls.
2009-05-26Initial gettext framework for sss_clientsStephen Gallagher1-1/+7
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-19Enable automake builds for sss_clientStephen Gallagher1-0/+36