]> www.fi.muni.cz Git - evince.git/blobdiff - thumbnailer/Makefile.am
Use top_builddir instead top_srcdir for generated schema file
[evince.git] / thumbnailer / Makefile.am
index 981172b7134f0ff83f7e464e0decd2ed5f3bc28d..dfb4c08fc61ffb22cd0bd101acc12f1022076261 100644 (file)
@@ -58,7 +58,7 @@ install-data-local:
 if GCONF_SCHEMAS_INSTALL
        if test -z "$(DESTDIR)" ; then \
        for p in $(schema_DATA) ; do \
-       GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_srcdir)/thumbnailer/$$p >&1 > /dev/null; \
+       GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/thumbnailer/$$p >&1 > /dev/null; \
        done \
        fi
 endif