summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-03 11:57:07 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-03 11:57:07 +0100
commit264e2b2c025b44104ac97f084ba3ad2ff3ed67c9 (patch)
tree86bdc9c657860f6edcc14c5506adfc17c5f9f43b /plugins
parent136ce2c05ed1fdd3033215bd9f15867c56b6dc4f (diff)
downloadconnman-264e2b2c025b44104ac97f084ba3ad2ff3ed67c9.tar.gz
connman-264e2b2c025b44104ac97f084ba3ad2ff3ed67c9.tar.bz2
connman-264e2b2c025b44104ac97f084ba3ad2ff3ed67c9.zip
Add option for selecting resolvconf support
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 1d9c85a3..4f72e8a3 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