Set interface name for connection objects
[connman] / plugins / Makefile.am
index b9011f9..e663e14 100644 (file)
@@ -1,33 +1,40 @@
 
 plugindir = $(libdir)/connman/plugins
 
-plugin_LTLIBRARIES = loopback.la ethernet.la wifi.la bluetooth.la \
-                               netdev.la dhclient.la ipv4.la \
-                               resolvconf.la resolvfile.la rtnllink.la
+plugin_LTLIBRARIES = loopback.la netdev.la ethernet.la wifi.la \
+                       bluetooth.la hso.la udhcp.la dhclient.la ipv4.la \
+                               dnsproxy.la resolvconf.la resolvfile.la
 
 loopback_la_SOURCES = loopback.c
 
-ethernet_la_SOURCES = ethernet.c
+netdev_la_SOURCES = netdev.c
+
+ethernet_la_SOURCES = ethernet.c inet.h inet.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_SOURCES = bluetooth.c inet.h inet.c
 bluetooth_la_LIBADD = @GDBUS_LIBS@
 
-netdev_la_SOURCES = netdev.c
+hso_la_SOURCES = hso.c modem.h modem.c
+
+udhcp_la_SOURCES = udhcp.c inet.h inet.c task.h task.c
+udhcp_la_CFLAGS = @GLIB_CFLAGS@ @GDBUS_CFLAGS@ -DUDHCPC=\"@UDHCPC@\" \
+               -DSTATEDIR=\""$(statedir)"\" -DSCRIPTDIR=\""$(scriptdir)"\"
 
 dhclient_la_SOURCES = dhclient.c inet.h inet.c
 dhclient_la_CFLAGS = @GLIB_CFLAGS@ @GDBUS_CFLAGS@ -DDHCLIENT=\"@DHCLIENT@\" \
                -DSTATEDIR=\""$(statedir)"\" -DSCRIPTDIR=\""$(scriptdir)"\"
 
-ipv4_la_SOURCES = ipv4.c
+ipv4_la_SOURCES = ipv4.c inet.h inet.c
 
-resolvconf_la_SOURCES = resolvconf.c inet.h inet.c
+dnsproxy_la_SOURCES = dnsproxy.c
 
-resolvfile_la_SOURCES = resolvfile.c
+resolvconf_la_SOURCES = resolvconf.c
+resolvconf_la_CFLAGS = @GLIB_CFLAGS@ -DRESOLVCONF=\"@RESOLVCONF@\"
 
-rtnllink_la_SOURCES = rtnllink.c inet.h inet.c
+resolvfile_la_SOURCES = resolvfile.c
 
 if POLKIT
 plugin_LTLIBRARIES += polkit.la