summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-02 18:13:38 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-02 18:13:38 +0100
commit9b54445c85e6d93072d995d898e74348e4607c92 (patch)
tree7a429a5e6a7e7e7884511ad92b0f9fd828d66b81 /Makefile.am
parent963adcd8ba61a01d6d805002ed475ea65f4e8178 (diff)
downloadconnman-9b54445c85e6d93072d995d898e74348e4607c92.tar.gz
connman-9b54445c85e6d93072d995d898e74348e4607c92.tar.bz2
connman-9b54445c85e6d93072d995d898e74348e4607c92.zip
Add configure options to select plugins
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 78c98b87..7f61d2b2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,10 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = connman.pc
-DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc
+DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc \
+ --enable-loopback \
+ --enable-wifi \
+ --enable-client
DISTCLEANFILES = $(pkgconfig_DATA)