summaryrefslogtreecommitdiff
path: root/sendto
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-08-02 16:28:16 +0200
committerIñigo Martínez <inigomartinez@gmail.com>2017-08-11 17:04:57 +0200
commita4c9c937af765840c06588cd4935ea3e5d678e9a (patch)
treead53f2c0e431796e086c54e7acdbb4d7088d7818 /sendto
parent92b1faa10bb7431694b799733c5ff672d2f62a70 (diff)
downloadgnome-bluetooth-a4c9c937af765840c06588cd4935ea3e5d678e9a.tar.gz
build: Remove autotools
https://bugzilla.gnome.org/show_bug.cgi?id=785737
Diffstat (limited to 'sendto')
-rw-r--r--sendto/Makefile.am30
1 files changed, 0 insertions, 30 deletions
diff --git a/sendto/Makefile.am b/sendto/Makefile.am
deleted file mode 100644
index 7d2caf59..00000000
--- a/sendto/Makefile.am
+++ /dev/null
@@ -1,30 +0,0 @@
-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
-
-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) meson.build
-DISTCLEANFILES = bluetooth-sendto.desktop
-
-MAINTAINERCLEANFILES = Makefile.in