From: Marcel Holtmann Date: Mon, 20 Oct 2008 00:12:38 +0000 (+0200) Subject: Link wifi plugin with libgdbus X-Git-Tag: 0.1~113 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f5fe30d3ba7b2f1d3965859c822dca2201b2a3f;p=platform%2Fupstream%2Fconnman.git Link wifi plugin with libgdbus --- diff --git a/plugins/Makefile.am b/plugins/Makefile.am index d5ececb..c296aa1 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -8,6 +8,7 @@ plugin_LTLIBRARIES = ethernet.la wifi.la bluetooth.la \ ethernet_la_SOURCES = ethernet.c wifi_la_SOURCES = wifi.c inet.h inet.c supplicant.h supplicant.c +wifi_la_LIBADD = @GDBUS_LIBS@ bluetooth_la_SOURCES = bluetooth.c bluetooth_la_LIBADD = @GDBUS_LIBS@