blob: 0b875b7d83072d655f7f34e8f2414ca9b0c5e9f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SUBDIRS = gdbus include src plugins 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
|