summaryrefslogtreecommitdiffstats
path: root/sss_client/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* add a man page for pam_sssSumit Bose2009-09-231-0/+16
|
* Include m4 directories in tarballStephen Gallagher2009-09-151-1/+2
| | | | Necessary for RPM builds on RHEL5
* Add 'make tests' targetStephen Gallagher2009-09-111-0/+3
|
* Support gettext >= 0.14 instead of 0.17Stephen Gallagher2009-08-201-1/+2
| | | | | | This is needed for support of RHEL5 Adding the assignment of $(localedir) was necessary, as gettext 0.14 does not include automatically assign it.
* Make socket paths a compile-time optionStephen Gallagher2009-08-111-1/+6
| | | | | | Previously, we had hardcoded the paths for the NSS, PAM and private PAM sockets to /var/lib/sss/pipes. With this patch, we will specify the sockets with --with-pipe-path.
* Build all SSSD components with warnings enabledStephen Gallagher2009-07-131-0/+5
| | | | | | Previously, only the SSSD server components were being built with compile-time warnings enabled. This patch will ensure that all components in common and sss_client are also built the same way.
* Add dumb way to clean up .X filesSimo Sorce2009-07-081-0/+2
|
* Add pam_sss_macros.h to "make dist"Stephen Gallagher2009-06-301-1/+2
| | | | | | When I added the new header, I forgot to add it to Makefile.am, so it was not included by automake when generating a tarball using make dist-gzip.
* Do not treat warnings as errorsStephen Gallagher2009-06-181-3/+0
|
* Control sss_client exportsStephen Gallagher2009-06-161-2/+7
|
* Add --with-aux-info config option to SSS clientStephen Gallagher2009-06-161-0/+5
|
* 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