diff options
| author | Richard Hughes <richard@hughsie.com> | 2014-06-17 10:58:40 +0100 |
|---|---|---|
| committer | Richard Hughes <richard@hughsie.com> | 2014-06-17 10:58:40 +0100 |
| commit | 0ec1dd10ee2281d4f6e102e4e8da8365332540b1 (patch) | |
| tree | 052bd3a28754a33b6a22c253bc3f3c82b8c43212 | |
| parent | 6ff9124ebc4dff701995b3862e161a8864cedc51 (diff) | |
| download | appstream-glib-0_1_X.tar.gz | |
trivial: Fix 'make distcheck' after the bash completion file was added0_1_X
| -rw-r--r-- | Makefile.am | 2 |
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 |
