[PATCH] build fix: keyfile plugins uses dbus-glib but doesn't link against it.



Just a minor issue.

reader.c uses dbus-glib, so the plugin should be linked against dbus-glib.

Patch attached.

Cheers
Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
Index: system-settings/plugins/keyfile/Makefile.am
===================================================================
--- system-settings/plugins/keyfile/Makefile.am	(Revision 3633)
+++ system-settings/plugins/keyfile/Makefile.am	(Arbeitskopie)
@@ -23,6 +23,7 @@
 libnm_settings_plugin_keyfile_la_LIBADD = \
 	$(GLIB_LIBS) \
 	$(GMODULE_LIBS) \
+	$(DBUS_LIBS) \
 	$(GIO_LIBS) \
 	$(top_builddir)/libnm-util/libnm-util.la
 

Attachment: signature.asc
Description: OpenPGP digital signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]