GUACAMOLE-143: Include guacd-docker within source .tar.gz.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/6101be62 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/6101be62 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/6101be62 Branch: refs/heads/master Commit: 6101be6234a4c3c37754d37a98a45b02926e1cfe Parents: 2a55474 Author: Michael Jumper <[email protected]> Authored: Sat Dec 17 21:15:13 2016 -0800 Committer: Michael Jumper <[email protected]> Committed: Sat Dec 17 21:15:13 2016 -0800 ---------------------------------------------------------------------- Makefile.am | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/6101be62/Makefile.am ---------------------------------------------------------------------- diff --git a/Makefile.am b/Makefile.am index 8489012..54899e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,11 +70,14 @@ if ENABLE_GUACENC SUBDIRS += src/guacenc endif -EXTRA_DIST = \ - CONTRIBUTING \ - DISCLAIMER \ - LICENSE \ - NOTICE \ - bin/guacctl \ - doc/Doxyfile +EXTRA_DIST = \ + .dockerignore \ + CONTRIBUTING \ + DISCLAIMER \ + Dockerfile \ + LICENSE \ + NOTICE \ + bin/guacctl \ + doc/Doxyfile \ + src/guacd-docker
