From adfe89593359dd5fd96ace0a3f9ea8e7e7278fc4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 15 Sep 2009 09:38:56 -0400 Subject: 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 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit