summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-09-01 16:02:46 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-09-02 10:06:46 -0400
commite9ea1b4e59384cdfe3accdf31e5c579c3dad5591 (patch)
tree2874d2a94c3d4941e5dbfd91c24a468fdc6b5467 /configure.ac
parent86cd50fa3dd34f53847140f6eeb7fedfcd97f386 (diff)
downloadsssd-e9ea1b4e59384cdfe3accdf31e5c579c3dad5591.tar.gz
sssd-e9ea1b4e59384cdfe3accdf31e5c579c3dad5591.tar.xz
sssd-e9ea1b4e59384cdfe3accdf31e5c579c3dad5591.zip
Move RPM specfiles into contrib/
Support RHEL 5 in the spec file
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0fb6d7344..d8d092af5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,5 +7,5 @@ AC_PROG_INSTALL
AC_CONFIG_SUBDIRS([replace common server sss_client])
-AC_CONFIG_FILES([Makefile sssd.spec])
+AC_CONFIG_FILES([Makefile contrib/sssd.spec])
AC_OUTPUT