blob: 78c98b8730efb9a5e5172b25ec39e202a4f5e984 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SUBDIRS = gdbus include src plugins client scripts test doc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = connman.pc
DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc
DISTCLEANFILES = $(pkgconfig_DATA)
MAINTAINERCLEANFILES = Makefile.in \
aclocal.m4 configure config.h.in config.sub config.guess \
ltmain.sh depcomp missing install-sh mkinstalldirs
|