blob: 9eacf7daf4bc26ce774593134076df523d8ea5b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# $Id$
#
if DBUS
noinst_PROGRAMS = bluetoothd
bluetoothd_SOURCES = main.c
bluetoothd_LDADD = @DBUS_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libtextfile.a
endif
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@
INCLUDES = -I$(top_srcdir)/common
MAINTAINERCLEANFILES = Makefile.in
|