summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-05-15 10:47:41 +0200
committerLennart Poettering <lennart@poettering.net>2012-05-15 10:47:41 +0200
commitf402bee78638085cd80e274f5df7f43b7af5bba0 (patch)
tree261384b7385725da2b4306cfa087d68d48e03f57 /Makefile.am
parent906f8773bbe800f97bb6c18e383d7302fe86fb08 (diff)
build-sys: remove gconf usage
https://bugs.freedesktop.org/show_bug.cgi?id=32327
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am18
1 files changed, 0 insertions, 18 deletions
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)