diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-01-02 22:45:15 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-01-02 22:45:15 +0100 |
commit | 788f462b1eab20aaa15929f6a6d0f404084ee3b8 (patch) | |
tree | 2540f48b2ce8f5c56b15a2ed90bb36186e535736 /Makefile.am | |
parent | 6d9bc499e72dd2505e1cf8310e5d58a091118ace (diff) | |
download | connman-788f462b1eab20aaa15929f6a6d0f404084ee3b8.tar.gz connman-788f462b1eab20aaa15929f6a6d0f404084ee3b8.tar.bz2 connman-788f462b1eab20aaa15929f6a6d0f404084ee3b8.zip |
Enable 3G plugins for distcheck building
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7f61d2b2..12669d6d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,9 @@ pkgconfig_DATA = connman.pc DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc \ --enable-loopback \ --enable-wifi \ + --enable-novatel \ + --enable-huawei \ + --enable-hso \ --enable-client DISTCLEANFILES = $(pkgconfig_DATA) |