summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-03-05 16:36:08 +0000
committerSimon McVittie <smcv@debian.org>2016-03-05 16:36:22 +0000
commite119bf86c5a4a10ea4ed048df3a5d4a78fa15d5c (patch)
treecccb307c94f8ef1c5b87bd0691edb53806a80e57 /configure.ac
parent13f590af2ee74b2b01c5c1a3414a92764648c89e (diff)
Get the version from the C code, not by generating a Python file
This means we never try to import dbus/_version.py from the ${builddir}, which won't work. Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b929432..ae8c210 100644
--- a/configure.ac
+++ b/configure.ac
@@ -216,6 +216,5 @@ AC_ARG_ENABLE([coding-style-checks],
AC_CONFIG_FILES([
Makefile
dbus-python.pc
- dbus/_version.py
])
AC_OUTPUT