From a18a1896c0bceaf9a467f00a9678e322d615e786 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 9 Feb 2010 15:37:10 +0100 Subject: Fix dist issues - wrong path used in linking common libs - don't query modules when gio-querymodules is not available --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c85c8718..4dde3381 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ distclean-local: fi install-data-hook: - if test -z "$(DESTDIR)" ; then \ + if test ! -z "$(DESTDIR)" -a "$(GIO_QUERYMODULES)" != "no" ; then \ $(GIO_QUERYMODULES) $(DESTDIR)$(giomodulesdir) ; \ fi -- cgit v1.2.1