X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=Makefile.am;h=37bb4e0e0e3e0c735a8bbd47f2c2269108a8ca60;hb=92874ae11f5720356e3b35c62296a22cc315e843;hp=0a0969fadd6ff4282a6ba3bb38089261bcd343ba;hpb=c33b387b3ed16bce4058b9088260c4ece1ff6342;p=connman diff --git a/Makefile.am b/Makefile.am index 0a0969f..37bb4e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,26 @@ -SUBDIRS = include src plugins +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 \ aclocal.m4 configure config.h.in config.sub config.guess \