summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-09 12:07:57 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-09 12:07:57 +0100
commit5321d836844f3bc06a6d5796c9ca902e0bd6f4cc (patch)
tree45364f3dc6490c6b393e6213689010bce77c8b51
parent07b0486fa32ede65b5c05011d56f2ee0694a5176 (diff)
downloaddbus-python-5321d836844f3bc06a6d5796c9ca902e0bd6f4cc.tar.gz
Make sure extensions are built before docs; get rid of strange inter-directory dependency
-rw-r--r--Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 6cba42f..1dab1e3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ ACLOCAL_AMFLAGS = -I m4
# the api, doc, include subdirs don't need their own Makefile.am
# the dbus subdir is handled with non-recursive make because of #12741
-SUBDIRS = _dbus_bindings _dbus_glib_bindings examples m4 test tools
+SUBDIRS = _dbus_bindings _dbus_glib_bindings examples m4 test tools .
CLEANFILES =
EXTRA_DIST = \
@@ -107,11 +107,6 @@ all: api/index.html
clean-local:
rm -rf api
-_dbus_bindings/_dbus_bindings.la:
- $(MAKE) -C _dbus_bindings
-_dbus_glib_bindings/_dbus_glib_bindings.la:
- $(MAKE) -C _dbus_glib_bindings
-
APIDOC_PYTHONPATH = $(abs_top_srcdir):$(abs_top_builddir)/_dbus_bindings/.libs:$(abs_top_builddir)/_dbus_glib_bindings/.libs
api api/index.html: $(nobase_python_PYTHON) \