summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-02-15 14:10:34 +1100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-03-29 16:58:37 +0100
commitab2a98bd3ae0c59f198e82cba2c81095a47fa58d (patch)
tree56a0fe3867edc769868184d214bdbce23d646cd9
parentaf0c64037673d598a6842fb344b5f3dad80ab821 (diff)
Fix linking order
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34282
-rw-r--r--dbus/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/Makefile.am b/dbus/Makefile.am
index 5f438b8..b9aa1c2 100644
--- a/dbus/Makefile.am
+++ b/dbus/Makefile.am
@@ -107,7 +107,7 @@ CLEANFILES += dbus-bash-completion.sh
dbus_bash_completion_helper_SOURCES = \
dbus-bash-completion-helper.c
-dbus_bash_completion_helper_LDADD=$(DBUS_LIBS) $(DBUS_GLIB_LIBS) $(builddir)/libdbus-gtool.la -lexpat $(builddir)/libdbus-glib-1.la
+dbus_bash_completion_helper_LDADD=$(builddir)/libdbus-gtool.la -lexpat $(builddir)/libdbus-glib-1.la $(DBUS_LIBS) $(DBUS_GLIB_LIBS)
EXTRA_DIST=dbus-gmarshal.list make-dbus-glib-error-switch.sh make-dbus-glib-error-enum.sh dbus-bash-completion.sh.in