summaryrefslogtreecommitdiffstats
path: root/sss_client/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* append CFLAGS environment variable to Makefiles CFLAGSSumit Bose2009-03-131-2/+2
|
* NSS libs do not use versioned shared objectsSimo Sorce2009-03-091-1/+1
| | | | | Afaik glibc uses just .so/.so.2, and all other nss libs I can see in the system are the same.
* added sss_client to spec fileSumit Bose2009-03-051-3/+5
|
* Fix sss_client install targetSimo Sorce2009-03-051-4/+5
| | | | | | | With this fix configure must be passed the right libdir argument depending on the platform you are building on. For example on Linux x86_64: ./configure --libdir=/lib64
* Add PAM clientSumit Bose2009-02-241-0/+86
Also rename nss_client to sss_client and reuse the same pipe protocol for both the NSS and PAM client libraries. Signed-off-by: Simo Sorce <ssorce@redhat.com>