Add simple Ethernet plugin
[connman] / plugins / Makefile.am
index 8e5e858..d0ca20e 100644 (file)
@@ -1,8 +1,8 @@
 
 plugindir = $(libdir)/connman/plugins
 
-plugin_LTLIBRARIES = hal.la 80203.la 80211.la bluetooth.la \
-                                       dhclient.la resolvconf.la
+plugin_LTLIBRARIES = hal.la ethernet.la bluetooth.la \
+                               80203.la 80211.la dhclient.la resolvconf.la
 
 hal_la_SOURCES = hal.c
 hal_la_LIBADD = @HAL_LIBS@
@@ -12,6 +12,8 @@ hal_la_CFLAGS = @GLIB_CFLAGS@ @HAL_CFLAGS@
 
 80211_la_SOURCES = 80211.c supplicant.h supplicant.c
 
+ethernet_la_SOURCES = ethernet.c
+
 bluetooth_la_SOURCES = bluetooth.c
 
 dhclient_la_SOURCES = dhclient.c