X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;ds=inline;f=plugins%2FMakefile.am;h=4f72e8a36a50905ba647b6b5ee064505a9be9101;hb=264e2b2c025b44104ac97f084ba3ad2ff3ed67c9;hp=1d9c85a3c587e8b749a683cca4be35e55dbb70a5;hpb=136ce2c05ed1fdd3033215bd9f15867c56b6dc4f;p=connman diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 1d9c85a..4f72e8a 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,8 +1,7 @@ plugindir = $(libdir)/connman/plugins -plugin_LTLIBRARIES = ethernet.la bluetooth.la \ - ipv4.la dnsproxy.la resolvconf.la +plugin_LTLIBRARIES = ethernet.la bluetooth.la ipv4.la dnsproxy.la if LOOPBACK plugin_LTLIBRARIES += loopback.la @@ -66,8 +65,12 @@ endif dnsproxy_la_SOURCES = dnsproxy.c +if RESOLVCONF +plugin_LTLIBRARIES += resolvconf.la + resolvconf_la_SOURCES = resolvconf.c resolvconf_la_CFLAGS = @GLIB_CFLAGS@ -DRESOLVCONF=\"@RESOLVCONF@\" +endif if POLKIT plugin_LTLIBRARIES += polkit.la