From e460e96512ebe1a52770cfe4a728b77c70b05443 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Tue, 22 Apr 2014 17:35:59 -0400 Subject: build: cleanup version dependent aspects of the autotools build Signed-off-by: Paul Moore --- src/python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python') diff --git a/src/python/Makefile.am b/src/python/Makefile.am index c166506..48dcc66 100644 --- a/src/python/Makefile.am +++ b/src/python/Makefile.am @@ -3,7 +3,7 @@ PYTHON = /usr/bin/env python PY_DISTUTILS = \ - VERSION_RELEASE="${VERSION_RELEASE}" \ + VERSION_RELEASE="@PACKAGE_VERSION@" \ CFLAGS="-I\${top_srcdir}/include ${CFLAGS} ${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" \ ${PYTHON} ./setup.py -- cgit v1.2.1