diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-04-21 13:44:30 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-04-21 13:44:30 +0200 |
commit | e86bdd95a8fd79f5d0e095dbfcfc383f75928dbe (patch) | |
tree | 10c0d33aae074b34d77d3520af90c7d642d889f9 /Makefile.am | |
parent | 4909f84ab70b15d52f4cf0a824e4de49bac47c37 (diff) | |
download | connman-e86bdd95a8fd79f5d0e095dbfcfc383f75928dbe.tar.gz connman-e86bdd95a8fd79f5d0e095dbfcfc383f75928dbe.tar.bz2 connman-e86bdd95a8fd79f5d0e095dbfcfc383f75928dbe.zip |
build: Always enable essential plugins by default
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 59223648..f9663fff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -237,15 +237,9 @@ pkgconfig_DATA = connman.pc DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc \ --disable-datafiles \ - --enable-loopback \ - --enable-ethernet \ - --enable-wifi \ - --enable-bluetooth \ - --enable-ofono \ - --enable-pacrunner \ - --enable-client \ --enable-hh2serial-gps \ --enable-openconnect \ + --enable-client \ --enable-tools DISTCLEANFILES = $(pkgconfig_DATA) |