summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-01-20 10:48:19 +0000
committerSimon McVittie <smcv@debian.org>2016-01-20 10:48:19 +0000
commit9567e3eab6672705f7259970e8606f4e7adaf991 (patch)
tree9a21dcebce1553848db9195ce0707b88850850ba /configure.ac
parentb95a7f0f596e3e3d000c3756bb520d28b127d5e1 (diff)
Use non-recursive make for everything except tests
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index e5bbc83..01c40b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -219,16 +219,12 @@ AC_ARG_ENABLE(coding-style-checks,
[ENABLE_CODING_STYLE_CHECKS=$enableval], [ENABLE_CODING_STYLE_CHECKS=yes])
])
-AC_CONFIG_FILES(
+AC_CONFIG_FILES([
Makefile
- _dbus_bindings/Makefile
- _dbus_glib_bindings/Makefile
dbus-python.pc
dbus/_version.py
- examples/Makefile
- m4/Makefile
test/Makefile
test/tmp-session-bus.conf
test/TestSuitePythonService.service
- tools/Makefile)
+])
AC_OUTPUT