summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-09-15 09:38:56 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-09-15 09:55:17 -0400
commitadfe89593359dd5fd96ace0a3f9ea8e7e7278fc4 (patch)
tree82c08ae66a4693f277bead143e82a7889a73f36d
parentf1fab7b8210af4ae94453265b607e2dab06789ca (diff)
downloadsssd-adfe89593359dd5fd96ace0a3f9ea8e7e7278fc4.tar.gz
sssd-adfe89593359dd5fd96ace0a3f9ea8e7e7278fc4.tar.xz
sssd-adfe89593359dd5fd96ace0a3f9ea8e7e7278fc4.zip
Allow rerunning autoreconf from the tarball
We were missing two files from the tarball distribution that prevented autoreconf from running successfully: VERSION and replace/autoconf-2.60.m4
-rw-r--r--Makefile.am1
-rw-r--r--replace/Makefile.am3
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 86fd10c03..84040ee99 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,7 @@ RPMBUILD ?= $(PWD)/rpmbuild
builddir ?= .
dist_noinst_DATA = \
+ VERSION \
m4 \
contrib/sssd.spec.in \
BUILD.txt \
diff --git a/replace/Makefile.am b/replace/Makefile.am
index 9b5a66362..155449fe8 100644
--- a/replace/Makefile.am
+++ b/replace/Makefile.am
@@ -39,6 +39,9 @@ libreplace_sources = \
noinst_LIBRARIES = \
libreplace.a
+dist_noinst_DATA = \
+ autoconf-2.60.m4
+
libreplace_a_SOURCES =
EXTRA_libreplace_a_SOURCES = \
$(libreplace_sources)