summaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2014-04-22 17:35:59 -0400
committerPaul Moore <pmoore@redhat.com>2014-04-29 14:53:28 -0400
commite460e96512ebe1a52770cfe4a728b77c70b05443 (patch)
tree9af3430fae8534db4293a3c5f9b8b0db1bf11174 /src/python
parent45b7b49a04eafb544e4bd1768b46a407fc696ff9 (diff)
downloadlibseccomp-e460e96512ebe1a52770cfe4a728b77c70b05443.tar.gz
build: cleanup version dependent aspects of the autotools build
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'src/python')
-rw-r--r--src/python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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