diff options
author | Iñigo Martínez <inigomartinez@gmail.com> | 2017-08-07 12:14:45 +0200 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@igalia.com> | 2017-10-17 16:33:10 -0500 |
commit | 5ec00d635ec4ee464961c7788a927aa908b7c4d8 (patch) | |
tree | b2519cac57a73c3babbca397c973cf2c7b4ee0e9 /gdbus | |
parent | f7a71bd57254912547256045b747f9181eef3529 (diff) | |
download | dconf-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 'gdbus')
-rw-r--r-- | gdbus/Makefile.am | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gdbus/Makefile.am b/gdbus/Makefile.am deleted file mode 100644 index 880bcb9..0000000 --- a/gdbus/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -include $(top_srcdir)/Makefile.gtester - -noinst_LIBRARIES = \ - libdconf-gdbus-thread.a \ - libdconf-gdbus-thread-shared.a \ - libdconf-gdbus-filter.a \ - libdconf-gdbus-filter-shared.a - -libdconf_gdbus_thread_a_CFLAGS = $(gio_CFLAGS) -DG_LOG_DOMAIN=\"dconf\" -libdconf_gdbus_thread_a_SOURCES = \ - dconf-gdbus-thread.c - -libdconf_gdbus_thread_shared_a_CFLAGS = $(libdconf_gdbus_thread_a_CFLAGS) -fPIC -DPIC -libdconf_gdbus_thread_shared_a_SOURCES = $(libdconf_gdbus_thread_a_SOURCES) - -libdconf_gdbus_filter_a_CFLAGS = $(gio_CFLAGS) -DG_LOG_DOMAIN=\"dconf\" -libdconf_gdbus_filter_a_SOURCES = \ - dconf-gdbus-filter.c - -libdconf_gdbus_filter_shared_a_CFLAGS = $(libdconf_gdbus_filter_a_CFLAGS) -fPIC -DPIC -libdconf_gdbus_filter_shared_a_SOURCES = $(libdconf_gdbus_filter_a_SOURCES) - -EXTRA_DIST = meson.build |