summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
blob: 12ff263be37c3305be0cc0c455a4f442258f9851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

noinst_PROGRAMS = bluetoothd

bluetoothd_SOURCES = main.c

bluetoothd_LDADD = @DBUS_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a

AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@

INCLUDES = -I$(top_srcdir)/common

MAINTAINERCLEANFILES = Makefile.in