From 796b784bcdce3154d204bfac0a88f92fbe66d2df Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 22 Jan 2010 08:36:13 -0500 Subject: Use version.m4 for setting the SSSD version This is the preferred way of setting the version in a file, as autotools will properly monitor this file for changes and rerun autoconf/configure when necessary to update the version. This means that we don't need to manually perform an autoreconf in order to build a new RPM --- Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dd70034b7..8801d08ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,6 @@ RPMBUILD ?= $(PWD)/rpmbuild builddir ?= . dist_noinst_DATA = \ - VERSION \ m4 \ contrib/sssd.spec.in \ BUILD.txt \ -- cgit