Use correct type for user data
[connman] / Makefile.am
index 52247b9..7f61d2b 100644 (file)
@@ -1,5 +1,16 @@
 
-SUBDIRS = include src plugins scripts
+SUBDIRS = gdbus include src plugins client scripts test doc
+
+pkgconfigdir = $(libdir)/pkgconfig
+
+pkgconfig_DATA = connman.pc
+
+DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc \
+                               --enable-loopback \
+                               --enable-wifi \
+                               --enable-client
+
+DISTCLEANFILES = $(pkgconfig_DATA)
 
 MAINTAINERCLEANFILES = Makefile.in \
        aclocal.m4 configure config.h.in config.sub config.guess \