Link wifi plugin with libgdbus
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 20 Oct 2008 00:12:38 +0000 (02:12 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 20 Oct 2008 00:12:38 +0000 (02:12 +0200)
plugins/Makefile.am

index d5ececb..c296aa1 100644 (file)
@@ -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@