summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Fix usage of $(builddir) in SSSDStephen Gallagher2009-08-201-0/+3
| | | | | | There are some old versions of automake that do not define $(builddir) correctly. Since $(builddir) is "Rigorously equal to ‘.’', we'll set it at the top of the Makefile.am files.
* Add 'make srpms' targetStephen Gallagher2009-07-211-0/+5
|
* Fix RPM generation issues with sssdStephen Gallagher2009-05-191-5/+1
| | | | | | | | | | | Ensures that the common libraries build statically. Also ensures that the sssd.spec creates the SYSV init script with the appropriate permissions. Cleans up the useless rpmdist target that was obsolete. Adds the *.so.N.0.0 files to the RPM, as the .so and .so.N files were dangling symlinks.
* Convert top-level of SSSD to automake.Stephen Gallagher2009-05-191-0/+24
Also update RPM spec and build procedures.