summaryrefslogtreecommitdiff
path: root/sendto/Makefile.am
blob: 3c6b789b4a3711b85e86d6ab7415add4309684a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

bin_PROGRAMS = bluetooth-sendto

bluetooth_sendto_SOURCES = main.c

bluetooth_sendto_LDADD = $(top_builddir)/common/libcommon.la $(top_builddir)/common/libgnome-bluetooth.la $(SENDTO_LIBS)

AM_CFLAGS = $(SENDTO_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED)

INCLUDES = -I$(top_srcdir)/common -I$(top_builddir)/common

man_MANS = bluetooth-sendto.1

EXTRA_DIST = $(man_MANS)

MAINTAINERCLEANFILES = Makefile.in