summaryrefslogtreecommitdiffstats
path: root/transfer/Makefile.am
blob: babe164eb55e1940f129aea472f79306d18eb106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

if OBEX
noinst_PROGRAMS = transferd

transferd_SOURCES = main.c

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

AM_CFLAGS = @BLUEZ_CFLAGS@ @OPENOBEX_CFLAGS@ @DBUS_CFLAGS@

INCLUDES = -I$(top_srcdir)/common

MAINTAINERCLEANFILES = Makefile.in