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 /replace | |
parent | f1fab7b8210af4ae94453265b607e2dab06789ca (diff) | |
download | sssd-adfe89593359dd5fd96ace0a3f9ea8e7e7278fc4.tar.gz sssd-adfe89593359dd5fd96ace0a3f9ea8e7e7278fc4.tar.bz2 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 'replace')
-rw-r--r-- | replace/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/replace/Makefile.am b/replace/Makefile.am index 9b5a6636..155449fe 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) |