summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Allow rerunning autoreconf from the tarballStephen Gallagher2009-09-151-0/+1
| | | | | | We were missing two files from the tarball distribution that prevented autoreconf from running successfully: VERSION and replace/autoconf-2.60.m4
* Include m4 directories in tarballStephen Gallagher2009-09-151-0/+1
| | | | Necessary for RPM builds on RHEL5
* Add 'make tests' targetStephen Gallagher2009-09-111-0/+6
|
* Move RPM specfiles into contrib/Stephen Gallagher2009-09-021-5/+11
| | | | Support RHEL 5 in the spec file
* 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.