summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-09-15Allow rerunning autoreconf from the tarballStephen Gallagher1-0/+1
We were missing two files from the tarball distribution that prevented autoreconf from running successfully: VERSION and replace/autoconf-2.60.m4
2009-09-15Include m4 directories in tarballStephen Gallagher1-0/+1
Necessary for RPM builds on RHEL5
2009-09-11Add 'make tests' targetStephen Gallagher1-0/+6
2009-09-02Move RPM specfiles into contrib/Stephen Gallagher1-5/+11
Support RHEL 5 in the spec file
2009-08-20Fix usage of $(builddir) in SSSDStephen Gallagher1-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.
2009-07-21Add 'make srpms' targetStephen Gallagher1-0/+5
2009-05-19Fix RPM generation issues with sssdStephen Gallagher1-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.
2009-05-19Convert top-level of SSSD to automake.Stephen Gallagher1-0/+24
Also update RPM spec and build procedures.