mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 16:54:38 +08:00
18 lines
280 B
Makefile
18 lines
280 B
Makefile
#
|
|
# $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
|