summaryrefslogtreecommitdiffstats
path: root/sss_client/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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