summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-12-29 16:58:41 -0500
committerRyan Lortie <desrt@desrt.ca>2010-12-29 16:58:41 -0500
commitb8b4df32ac9c1325cd0d5c1a67a755b9f24180b6 (patch)
treefef05233bfde31591475076a5e26618602bc6897 /Makefile.am
parent0bc13626b1dd2ebb1b9897fb188a119aee19597e (diff)
downloaddconf-b8b4df32ac9c1325cd0d5c1a67a755b9f24180b6.tar.gz
Fix up build order
tests/ depends on libdconf-dbus-1 so build that first. Also make sure the proper .so files are generated.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 148cb94..6f23b0a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-SUBDIRS = gvdb service gsettings tests client bin engine common docs dbus-1
+SUBDIRS = gvdb service gsettings dbus-1 tests client bin engine common docs
if ENABLE_EDITOR
SUBDIRS += editor