summaryrefslogtreecommitdiff
path: root/sss_client/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-09-15Include m4 directories in tarballStephen Gallagher1-1/+2
Necessary for RPM builds on RHEL5
2009-09-11Add 'make tests' targetStephen Gallagher1-0/+3
2009-08-20Support gettext >= 0.14 instead of 0.17Stephen Gallagher1-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.
2009-08-11Make socket paths a compile-time optionStephen Gallagher1-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.
2009-07-13Build all SSSD components with warnings enabledStephen Gallagher1-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.
2009-07-08Add dumb way to clean up .X filesSimo Sorce1-0/+2
2009-06-30Add pam_sss_macros.h to "make dist"Stephen Gallagher1-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.
2009-06-18Do not treat warnings as errorsStephen Gallagher1-3/+0
2009-06-16Control sss_client exportsStephen Gallagher1-2/+7
2009-06-16Add --with-aux-info config option to SSS clientStephen Gallagher1-0/+5
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