summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2e48fce..851b894 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -153,7 +153,6 @@ nobase_python_PYTHON = \
dbus/connection.py \
dbus/_compat.py \
dbus/_dbus.py \
- dbus/_version.py \
dbus/decorators.py \
dbus/exceptions.py \
dbus/_expat_introspect_parser.py \