Move connection signal handling away from elements core
[connman] / Makefile.am
index 35d8c88..37bb4e0 100644 (file)
@@ -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 \