blob: d683d00b80a58ef75e603b79045ef5352ee1b663 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
SUBDIRS = gdbus gatchat include plugins src client tools scripts test doc
AM_MAKEFLAGS = --no-print-directory
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = connman.pc
DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc \
--disable-datafiles \
--enable-loopback \
--enable-ethernet \
--enable-wifi \
--enable-bluetooth \
--enable-ofono \
--enable-udhcp \
--enable-dhclient \
--enable-resolvconf \
--enable-dnsproxy \
--enable-novatel \
--enable-huawei \
--enable-hso \
--enable-mbm \
--enable-udev \
--enable-polkit \
--enable-client \
--enable-tools
DISTCLEANFILES = $(pkgconfig_DATA)
MAINTAINERCLEANFILES = Makefile.in \
aclocal.m4 configure config.h.in config.sub config.guess \
ltmain.sh depcomp compile missing install-sh mkinstalldirs
|