summaryrefslogtreecommitdiff
path: root/gvdb
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 /gvdb
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 'gvdb')
-rw-r--r--gvdb/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/gvdb/Makefile.am b/gvdb/Makefile.am
deleted file mode 100644
index 6802959..0000000
--- a/gvdb/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-include $(top_srcdir)/Makefile.gtester
-
-noinst_LIBRARIES = libgvdb.a libgvdb-shared.a
-
-libgvdb_a_CFLAGS = $(glib_CFLAGS) -DG_LOG_DOMAIN=\"gvdb\ \(via\ dconf\)\"
-libgvdb_a_SOURCES = \
- gvdb-format.h \
- gvdb-builder.h \
- gvdb-builder.c \
- gvdb-reader.h \
- gvdb-reader.c
-
-libgvdb_shared_a_CFLAGS = $(libgvdb_a_CFLAGS) -fPIC -DPIC
-libgvdb_shared_a_SOURCES = $(libgvdb_a_SOURCES)
-
-EXTRA_DIST = meson.build