From 5ec00d635ec4ee464961c7788a927aa908b7c4d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Mart=C3=ADnez?= Date: Mon, 7 Aug 2017 12:14:45 +0200 Subject: 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 --- common/Makefile.am | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 common/Makefile.am (limited to 'common') diff --git a/common/Makefile.am b/common/Makefile.am deleted file mode 100644 index 4bb6f77..0000000 --- a/common/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -include $(top_srcdir)/Makefile.gtester - -dconfcommonincludedir = $(dconfincludedir)/common -dconfcommoninclude_HEADERS = \ - dconf-changeset.h \ - dconf-enums.h \ - dconf-paths.h - -noinst_LIBRARIES = libdconf-common.a libdconf-common-shared.a libdconf-common-hidden.a - -libdconf_common_a_CFLAGS = $(glib_CFLAGS) -DG_LOG_DOMAIN=\"dconf\" -libdconf_common_a_SOURCES = \ - dconf-changeset.c \ - dconf-error.c \ - dconf-paths.c - -libdconf_common_shared_a_CFLAGS = $(libdconf_common_a_CFLAGS) -fPIC -DPIC -libdconf_common_shared_a_SOURCES = $(libdconf_common_a_SOURCES) - -libdconf_common_hidden_a_CFLAGS = $(libdconf_common_a_CFLAGS) -fPIC -DPIC -fvisibility=hidden -libdconf_common_hidden_a_SOURCES = $(libdconf_common_a_SOURCES) - -EXTRA_DIST = meson.build -- cgit v1.2.1