summaryrefslogtreecommitdiff
path: root/tutorial/dart
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsuke@apache.org>2016-03-18 15:13:36 +0900
committerNobuaki Sukegawa <nsuke@apache.org>2016-03-18 22:37:02 +0900
commite134cbc6ff797c061332ecfae697e807832e1682 (patch)
treea82947adb4fbfe8917752b762c41cb7d3dc5a731 /tutorial/dart
parent1d4a4393c9a9396ec76c3ba674e0d6a65fe39cc1 (diff)
downloadthrift-e134cbc6ff797c061332ecfae697e807832e1682.tar.gz
Update make dist entries
Diffstat (limited to 'tutorial/dart')
-rw-r--r--tutorial/dart/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/tutorial/dart/Makefile.am b/tutorial/dart/Makefile.am
index 306864c03..a0032c362 100644
--- a/tutorial/dart/Makefile.am
+++ b/tutorial/dart/Makefile.am
@@ -56,3 +56,14 @@ tutorialclient: pub-get-gen pub-get-client
tutorialconsoleclient: pub-get-console-client
${DART} console_client/bin/main.dart
+
+EXTRA_DIST = \
+ client/web/client.dart \
+ client/web/index.html \
+ client/web/styles.css \
+ client/pubspec.yaml \
+ console_client/bin/main.dart \
+ console_client/pubspec.yaml \
+ server/bin/main.dart \
+ server/pubspec.yaml \
+ build.sh