X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=plugins%2FMakefile.am;h=96b59b336b89917161319d2c4a7a3d6261e23bb9;hb=b7b518712d302a7c372e62582c3b60af4020f13c;hp=90477393321648569f5aa788e14c54f225cdd7be;hpb=29e32b19209edcead937e85b0da62746c19ee625;p=connman diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 9047739..96b59b3 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,12 +1,14 @@ plugindir = $(libdir)/connman/plugins -plugin_LTLIBRARIES = 80203.la 80211.la bluetooth.la \ - dhclient.la resolvconf.la +plugin_LTLIBRARIES = rtnllink.la ethernet.la wifi.la bluetooth.la \ + dhclient.la ipv4.la resolvconf.la resolvfile.la -80203_la_SOURCES = 80203.c +rtnllink_la_SOURCES = rtnllink.c -80211_la_SOURCES = 80211.c supplicant.h supplicant.c +ethernet_la_SOURCES = ethernet.c + +wifi_la_SOURCES = wifi.c supplicant.h supplicant.c bluetooth_la_SOURCES = bluetooth.c @@ -14,9 +16,30 @@ dhclient_la_SOURCES = dhclient.c dhclient_la_CFLAGS = @GDBUS_CFLAGS@ -DDHCLIENT=\"@DHCLIENT@\" \ -DSTATEDIR=\""$(statedir)"\" -DSCRIPTDIR=\""$(scriptdir)"\" +ipv4_la_SOURCES = ipv4.c + resolvconf_la_SOURCES = resolvconf.c -AM_LDFLAGS = -module -avoid-version -export-symbols-regex connman_plugin_desc +resolvfile_la_SOURCES = resolvfile.c + +if HAL +plugin_LTLIBRARIES += hal.la + +hal_la_SOURCES = hal.c +hal_la_LIBADD = @HAL_LIBS@ +hal_la_CFLAGS = @GLIB_CFLAGS@ @HAL_CFLAGS@ +endif + +if POLKIT +plugin_LTLIBRARIES += polkit.la + +polkit_la_SOURCES = polkit.c +polkit_la_LIBADD = @POLKIT_LIBS@ +polkit_la_CFLAGS = @GLIB_CFLAGS@ @POLKIT_CFLAGS@ +endif + +AM_LDFLAGS = -no-undefined -module -avoid-version \ + -export-symbols-regex connman_plugin_desc statedir = $(localstatedir)/run/connman