summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-08-08 13:59:10 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2012-08-08 13:59:10 +0200
commit8e57fc5ddfaf7c8001fa830fa99e5b664c9c0871 (patch)
treed737629c4e7cf3bd017c3ebf80d5a118851ed586
parent259a09183f7c96b5fb0f6453bb4b0bcf92e3eaa2 (diff)
downloadgvfs-8e57fc5ddfaf7c8001fa830fa99e5b664c9c0871.tar.gz
build: fix distcheck
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f013a7d2..76aac2ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,7 +43,7 @@ install-data-hook:
fi
uninstall-local:
- $(RM) $(DESTDIR)$(GIO_MODULE_DIR)/giomodules.cache
+ $(RM) $(DESTDIR)$(giomodulesdir)/giomodule.cache
ChangeLog:
$(AM_V_GEN) if test -d "$(srcdir)/.git"; then \