summaryrefslogtreecommitdiffstats
path: root/transfer/Makefile.am
blob: 61b61f8260cdd7572c8a5160ab81835d9c4f5522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

if OBEX
if CONFIGFILES
dbusdir = $(sysconfdir)/dbus-1/system.d

dbus_DATA = bluetooth-transfer.conf
endif

servicedir = $(libdir)/bluetooth

noinst_PROGRAMS = bluetoothd-service-transfer

bluetoothd_service_transfer_SOURCES = \
		main.c session.h session.c

LDADD = $(top_builddir)/common/libhelper.a \
		@GLIB_LIBS@ @DBUS_LIBS@ @OPENOBEX_LIBS@ @BLUEZ_LIBS@
endif

AM_CFLAGS = @BLUEZ_CFLAGS@ @OPENOBEX_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@

INCLUDES = -I$(top_srcdir)/common

EXTRA_DIST = bluetooth-transfer.conf transfer-api.txt

MAINTAINERCLEANFILES = Makefile.in