summaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-28 11:06:04 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-06-28 11:06:04 +0200
commitd7a7bfd60035ed80f984dfcefac9b4021bd29d03 (patch)
treefa7aa725bc68b995c53a8ba2413ddff1de07f741 /plugins/Makefile.am
parent86eff58e88de7f5c57a3e7c3f6e3dd136b9b9e9e (diff)
downloadconnman-d7a7bfd60035ed80f984dfcefac9b4021bd29d03.tar.gz
connman-d7a7bfd60035ed80f984dfcefac9b4021bd29d03.tar.bz2
connman-d7a7bfd60035ed80f984dfcefac9b4021bd29d03.zip
Disable setup of RTNL, interfaces and networks
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 88936e7e..7f018960 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,8 +1,9 @@
plugindir = $(libdir)/connman/plugins
-plugin_LTLIBRARIES = hal.la ethernet.la bluetooth.la dhclient.la ipv4.la \
- 80203.la 80211.la resolvconf.la
+plugin_LTLIBRARIES = hal.la ethernet.la bluetooth.la dhclient.la ipv4.la
+
+noinst_LTLIBRARIES = 80203.la 80211.la resolvconf.la
hal_la_SOURCES = hal.c
hal_la_LIBADD = @HAL_LIBS@