summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-06-17 10:58:40 +0100
committerRichard Hughes <richard@hughsie.com>2014-06-17 10:58:40 +0100
commit0ec1dd10ee2281d4f6e102e4e8da8365332540b1 (patch)
tree052bd3a28754a33b6a22c253bc3f3c82b8c43212
parent6ff9124ebc4dff701995b3862e161a8864cedc51 (diff)
downloadappstream-glib-0_1_X.tar.gz
trivial: Fix 'make distcheck' after the bash completion file was added0_1_X
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fd22192..d09015a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,6 +56,8 @@ ChangeLog:
echo A git checkout and git-log is required to generate this file >> $@); \
fi
+DISTCHECK_CONFIGURE_FLAGS = --with-bashcompletiondir=/${prefix}/share/bash-completion/completions
+
.PHONY: ChangeLog
-include $(top_srcdir)/git.mk