summaryrefslogtreecommitdiffstats
path: root/daemon/Makefile.am
blob: 41875066d716fd46735dfba212e5359b727a8403 (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/libtextfile.a

AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@

INCLUDES = -I$(top_srcdir)/common

MAINTAINERCLEANFILES = Makefile.in