diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-09-15 09:38:56 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-09-15 09:55:17 -0400 |
commit | adfe89593359dd5fd96ace0a3f9ea8e7e7278fc4 (patch) | |
tree | 82c08ae66a4693f277bead143e82a7889a73f36d /Makefile.am | |
parent | f1fab7b8210af4ae94453265b607e2dab06789ca (diff) | |
download | sssd-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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 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 \ |