summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-01-22 08:36:13 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-01-22 09:14:04 -0500
commit796b784bcdce3154d204bfac0a88f92fbe66d2df (patch)
tree2da1bfb5ba9498c4d1751edab5c0dcf107c25834 /Makefile.am
parent389169e975990a4e07b8fd948aaac4b13d7897e8 (diff)
downloadsssd-796b784bcdce3154d204bfac0a88f92fbe66d2df.tar.gz
sssd-796b784bcdce3154d204bfac0a88f92fbe66d2df.tar.xz
sssd-796b784bcdce3154d204bfac0a88f92fbe66d2df.zip
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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
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 \