From f402bee78638085cd80e274f5df7f43b7af5bba0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 15 May 2012 10:47:41 +0200 Subject: build-sys: remove gconf usage https://bugs.freedesktop.org/show_bug.cgi?id=32327 --- Makefile.am | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ffa7265..6041587 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,6 @@ EXTRA_DIST = \ bootstrap.sh \ autogen.sh \ LGPL \ - libcanberra.schemas \ vala/libcanberra.vapi \ vala/libcanberra-gtk.vapi @@ -49,23 +48,6 @@ endif vapi_DATA += vala/libcanberra-gtk.vapi -schemasdir = $(GCONF_SCHEMA_FILE_DIR) -schemas_DATA = libcanberra.schemas - -if GCONF_SCHEMAS_INSTALL -install-data-local: - if test -z "$(DESTDIR)" ; then \ - for p in $(schemas_DATA) ; do \ - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_srcdir)/$$p ; \ - done ; \ - fi -else -install-data-local: -endif -else -install-data-local: -endif - DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) -- cgit