summaryrefslogtreecommitdiffstats
path: root/sss_client/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Build non-versioned sss_pam.so, libnss_sss.so and memberof.soStephen Gallagher2009-05-281-2/+5
|
* gettext cleanupsSumit Bose2009-05-281-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.
* Initial gettext framework for sss_clientsStephen Gallagher2009-05-261-1/+7
|
* Clean up automake build to work on older versions of libtoolStephen Gallagher2009-05-261-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.
* Enable automake builds for sss_clientStephen Gallagher2009-05-191-0/+36