summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-01-18 08:49:58 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-01-21 15:02:15 -0500
commitee359fe1384507fed6c2274e7bfe81d288de4542 (patch)
tree01456edcb93f2313f3f345c714c5f2d0cf21e7ad /Makefile.am
parent5ddaa324c529f15f10abc0c8b454da2f4bdf1a39 (diff)
downloadsssd-ee359fe1384507fed6c2274e7bfe81d288de4542.tar.gz
sssd-ee359fe1384507fed6c2274e7bfe81d288de4542.tar.xz
sssd-ee359fe1384507fed6c2274e7bfe81d288de4542.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 \