summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-08-07 12:14:45 +0200
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-10-17 16:33:10 -0500
commit5ec00d635ec4ee464961c7788a927aa908b7c4d8 (patch)
treeb2519cac57a73c3babbca397c973cf2c7b4ee0e9 /bin
parentf7a71bd57254912547256045b747f9181eef3529 (diff)
downloaddconf-5ec00d635ec4ee464961c7788a927aa908b7c4d8.tar.gz
build: Remove autotools
To avoid the burden of maintaining multiple build systems, this patch removes autotools support. https://bugzilla.gnome.org/show_bug.cgi?id=784910
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
deleted file mode 100644
index 2196c75..0000000
--- a/bin/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-include $(top_srcdir)/Makefile.gtester
-
-AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/client
-
-bin_PROGRAMS = dconf
-
-dconf_VALAFLAGS = --vapidir ../client --pkg=gio-2.0 --pkg=posix --pkg=dconf
-
-dconf_CFLAGS = \
- $(gio_CFLAGS) \
- -w
-
-dconf_LDADD = \
- ../client/libdconf.so.1 \
- $(gio_LIBS)
-
-dconf_SOURCES = \
- ../gvdb/gvdb-builder.c \
- gvdb.vapi \
- dconf-update.vala \
- dconf-dump.vala \
- dconf.vala
-
-completiondir = $(datadir)/bash-completion/completions
-completion_DATA = completion/dconf
-EXTRA_DIST = $(completion_DATA) meson.build