summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 8f14d2d941ec7304a18bf517ececdf48def571a9 (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
if BUILD_NGHOST
NHANDSFREE=nhandsfree
else !BUILD_NGHOST
NHANDSFREE=
endif !BUILD_NGHOST

if BUILD_QT
QT=qt
else !BUILD_QT
QT=
endif !BUILD_QT

if BUILD_DBUS
DBUS=hfpd
else !BUILD_DBUS
DBUS=
endif !BUILD_DBUS

SUBDIRS = libhfp $(DBUS) $(NHANDSFREE) $(QT) data test
DIST_SUBDIRS = $(SUBDIRS) include

# Do not attempt to install the D-Bus service file when
# performing a 'make distcheck'
DISTCHECK_CONFIGURE_FLAGS = --disable-dbus-service

ACLOCAL_AMFLAGS = -I m4
include m4/doxy.am