From 5321d836844f3bc06a6d5796c9ca902e0bd6f4cc Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 9 Oct 2007 12:07:57 +0100 Subject: [PATCH] Make sure extensions are built before docs; get rid of strange inter-directory dependency --- Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 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) \ -- 2.11.4.GIT