THRIFT-2334 nodejs: add a tutorial for node JS
Patch: Pierre Lamot
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am
index 5f65802..6fc9209 100755
--- a/tutorial/Makefile.am
+++ b/tutorial/Makefile.am
@@ -46,6 +46,10 @@
 SUBDIRS += go
 endif
 
+if WITH_NODEJS
+SUBDIRS += nodejs
+endif
+
 #
 # generate html for ThriftTest.thrift
 #
@@ -53,8 +57,8 @@
 	$(top_builddir)/compiler/cpp/thrift --gen html -r $(top_srcdir)/tutorial/tutorial.thrift
 endif
 
-# Any folders or files not listed above being added to SUBDIR need to be placed here in 
-# EXTRA_DIST to be included in the release 
+# Any folders or files not listed above being added to SUBDIR need to be placed here in
+# EXTRA_DIST to be included in the release
 EXTRA_DIST = \
 	csharp \
 	d \