From 874d219834e4fda6edfbb6a6211f3ac4400df602 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 13 Jun 2010 19:35:51 +0200 Subject: build-sys: various build-system beautifications --- Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index daa67cb..caf1be4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,11 +54,11 @@ 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_builddir)/data/$$p ; \ - done \ - fi + if test -z "$(DESTDIR)" ; then \ + for p in $(schemas_DATA) ; do \ + CONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p ; \ + done \ + fi else install-data-local: endif -- cgit