summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-11-05 13:08:09 +0000
committerSimon McVittie <smcv@collabora.com>2017-11-05 13:56:09 +0000
commit71a613348477336df175a45dd46f035def495115 (patch)
treeb81fa4ea44d30341eac6741648f31cfe186a2b68 /configure.ac
parentb4d2cded0f7584e9c9429790c841e926acd8a082 (diff)
Rename source directories for C code to silence an ImportWarning
Python warns that it is not importing these directories because they contain no __init__.py. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 55a7f91..b94678f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ AC_SUBST(DBUS_PYTHON_MINOR_VERSION, dbus_python_minor_version)
AC_DEFINE(DBUS_PYTHON_MICRO_VERSION, dbus_python_micro_version, [dbus-python micro version])
AC_SUBST(DBUS_PYTHON_MICRO_VERSION, dbus_python_micro_version)
-AC_CONFIG_SRCDIR([_dbus_bindings/module.c])
+AC_CONFIG_SRCDIR([dbus_bindings/module.c])
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([1.13 -Wno-portability subdir-objects tar-ustar])