X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=Makefile.am;h=37bb4e0e0e3e0c735a8bbd47f2c2269108a8ca60;hb=92874ae11f5720356e3b35c62296a22cc315e843;hp=66e0a0bc7b4fa1585d74caacedec90edd8d574fd;hpb=e3a4699f34f751d47d8fd8e5a488e4b95343732f;p=connman diff --git a/Makefile.am b/Makefile.am index 66e0a0b..37bb4e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,25 @@ -SUBDIRS = gdbus include src doc test plugins scripts +SUBDIRS = gdbus include src plugins client scripts test doc pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = connman.pc +DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc \ + --disable-datafiles \ + --enable-loopback \ + --enable-ethernet \ + --enable-wifi \ + --enable-bluetooth \ + --enable-udhcp \ + --enable-dhclient \ + --enable-resolvconf \ + --enable-dnsproxy \ + --enable-novatel \ + --enable-huawei \ + --enable-hso \ + --enable-client + DISTCLEANFILES = $(pkgconfig_DATA) MAINTAINERCLEANFILES = Makefile.in \