From 9f5fe30d3ba7b2f1d3965859c822dca2201b2a3f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 20 Oct 2008 02:12:38 +0200 Subject: [PATCH] Link wifi plugin with libgdbus --- plugins/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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@ -- 2.7.4