X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Makefile.am;h=37bb4e0e0e3e0c735a8bbd47f2c2269108a8ca60;hb=71d6a9e1271a7c18f22b9215f700c9b567a36fad;hp=35d8c8843aa8fa45d4b15afcc5782ee6e8028103;hpb=97697ebc4f19a72938252ea856d9e13a043ce0d6;p=connman diff --git a/Makefile.am b/Makefile.am index 35d8c88..37bb4e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,26 @@ -SUBDIRS = 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 \ aclocal.m4 configure config.h.in config.sub config.guess \