From dddb6280678e18f658e65260f3914e22f8fa9639 Mon Sep 17 00:00:00 2001 From: Daniel Macks Date: Sun, 19 Apr 2009 03:44:24 +0200 Subject: build-system: don't do gconf if gtk is disabled libcanberra.schemas is the gconf hook for canberra-gtk-module, so it shouldn't be installed if gtk is disabled in the libcanberra build ("no canberra-gtk-module" should propagate "no pointers to it"). Closes bz #20926 --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8db04da..d0fc8b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,6 @@ pkgconfig_DATA = libcanberra.pc if HAVE_GTK pkgconfig_DATA += libcanberra-gtk.pc -endif schemasdir = $(GCONF_SCHEMA_FILE_DIR) schemas_DATA = libcanberra.schemas @@ -44,6 +43,9 @@ install-data-local: else install-data-local: endif +else +install-data-local: +endif DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc ACLOCAL_AMFLAGS = -I m4 -- cgit