summaryrefslogtreecommitdiff
path: root/src/vpn-manager
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-08-20 12:31:17 -0500
committerDan Williams <dcbw@redhat.com>2009-08-20 12:31:17 -0500
commit537c2f1f86550087664babbf298693d50de367e6 (patch)
treed988c650383a5cc17c210e57184774f76e6f19c8 /src/vpn-manager
parent0877323e8d87a39a85b5894f15be994c4b7df3e3 (diff)
build: always link locally-built libraries first (bgo #580131)
Diffstat (limited to 'src/vpn-manager')
-rw-r--r--src/vpn-manager/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/vpn-manager/Makefile.am b/src/vpn-manager/Makefile.am
index 9b962a6127..1078603382 100644
--- a/src/vpn-manager/Makefile.am
+++ b/src/vpn-manager/Makefile.am
@@ -23,11 +23,11 @@ libvpn_manager_la_CPPFLAGS = \
$(GLIB_CFLAGS) \
-DG_DISABLE_DEPRECATED
-libvpn_manager_la_LIBADD = \
- $(DBUS_LIBS) \
- $(GLIB_LIBS) \
+libvpn_manager_la_LIBADD = \
$(top_builddir)/marshallers/libmarshallers.la \
- $(top_builddir)/libnm-util/libnm-util.la
+ $(top_builddir)/libnm-util/libnm-util.la \
+ $(DBUS_LIBS) \
+ $(GLIB_LIBS)
nm-vpn-connection-glue.h: $(top_srcdir)/introspection/nm-vpn-connection.xml
dbus-binding-tool --prefix=nm_vpn_connection --mode=glib-server --output=$@ $<