diff options
-rw-r--r-- | fish/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am index bdb1acb8..f6b3e7da 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -32,7 +32,8 @@ BUILT_SOURCES = \ EXTRA_DIST = \ $(BUILT_SOURCES) \ rc_protocol.x \ - guestfish.pod + guestfish.pod \ + guestfish-bash-completion.sh guestfish_SOURCES = \ $(generator_built) \ |