You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2016/12/18 18:36:32 UTC

[3/4] incubator-guacamole-server git commit: GUACAMOLE-143: Include guacd-docker within source .tar.gz.

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/staging/0.9.10-incubating
Commit: 6101be6234a4c3c37754d37a98a45b02926e1cfe
Parents: 2a55474
Author: Michael Jumper <mj...@apache.org>
Authored: Sat Dec 17 21:15:13 2016 -0800
Committer: Michael Jumper <mj...@apache.org>
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