summaryrefslogtreecommitdiff
path: root/sendto/Makefile.am
blob: a9d8e61610c8385ab5f0117c39ae7b6f72f5e74b (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
27
28
29
30
AM_CFLAGS =                                     \
        -DDATADIR=\"$(datadir)\"                \
        -DICONDIR=\"$(icondir)\"                \
	-DLOCALEDIR="\"$(datadir)/locale\""	\
	-I$(top_srcdir)/lib                     \
	-I$(top_builddir)/lib                   \
	$(SENDTO_CFLAGS)                        \
        $(NST_CFLAGS)                           \
	$(BLUETOOTH_CFLAGS)			\
	$(DISABLE_DEPRECATED)			\
	$(WARN_CFLAGS)

bin_PROGRAMS = bluetooth-sendto

bluetooth_sendto_SOURCES = main.c obex-agent.c obex-agent.h

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

man_MANS = bluetooth-sendto.1

desktopdir = $(datadir)/applications
desktop_in_in_files = bluetooth-sendto.desktop.in.in
desktop_in_files = bluetooth-sendto.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@

EXTRA_DIST = $(man_MANS) $(desktop_in_in_files)
DISTCLEANFILES = bluetooth-sendto.desktop

MAINTAINERCLEANFILES = Makefile.in