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

noinst_PROGRAMS = bluetoothd

bluetoothd_SOURCES = main.c

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

AM_CFLAGS = @BLUEZ_CFLAGS@ @GLIB_CFLAGS@

INCLUDES = -I$(top_srcdir)/common

MAINTAINERCLEANFILES = Makefile.in