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 /gsettings/Makefile.am | |
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 'gsettings/Makefile.am')
-rw-r--r-- | gsettings/Makefile.am | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/gsettings/Makefile.am b/gsettings/Makefile.am deleted file mode 100644 index 9a2ae8c..0000000 --- a/gsettings/Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ -include $(top_srcdir)/Makefile.gtester - -giomodules_PROGRAMS = libdconfsettings.so - -libdconfsettings_so_LDADD = \ - ../engine/libdconf-engine-shared.a \ - ../gvdb/libgvdb-shared.a \ - ../gdbus/libdconf-gdbus-thread-shared.a \ - ../common/libdconf-common-hidden.a \ - ../shm/libdconf-shm-shared.a \ - $(gio_LIBS) - -libdconfsettings_so_CFLAGS = $(gio_CFLAGS) -fPIC -DPIC -DG_LOG_DOMAIN=\"dconf\" -libdconfsettings_so_LDFLAGS = -shared -libdconfsettings_so_SOURCES = \ - dconfsettingsbackend.c - -uninstall-hook: - if test -z "$(DESTDIR)" -a "$(gio_QUERYMODULES)" != "no" ; then \ - $(gio_QUERYMODULES) $(giomodulesdir) ; \ - fi - -install-data-hook: - if test -z "$(DESTDIR)" -a "$(gio_QUERYMODULES)" != "no" ; then \ - $(gio_QUERYMODULES) $(giomodulesdir) ; \ - fi - -TESTS_ENVIRONMENT = export GSETTINGS_LIB=libdconfsettings.so; -TESTS = abicheck.sh -EXTRA_DIST = abicheck.sh meson.build |