diff --git a/NetSSL_OpenSSL/samples/Makefile b/NetSSL_OpenSSL/samples/Makefile
index 9565d4173..e35b87468 100644
--- a/NetSSL_OpenSSL/samples/Makefile
+++ b/NetSSL_OpenSSL/samples/Makefile
@@ -10,3 +10,4 @@
 	$(MAKE) -C HTTPSTimeServer $(MAKECMDGOALS)
 	$(MAKE) -C download $(MAKECMDGOALS)
 	$(MAKE) -C Mail $(MAKECMDGOALS)
+	$(MAKE) -C TwitterClient $(MAKECMDGOALS)
diff --git a/NetSSL_OpenSSL/samples/samples.progen b/NetSSL_OpenSSL/samples/samples.progen
index 7bb3a564e..3d16b1a03 100644
--- a/NetSSL_OpenSSL/samples/samples.progen
+++ b/NetSSL_OpenSSL/samples/samples.progen
@@ -4,4 +4,5 @@ vc.solution.create = true
 vc.solution.include = \
 	download\\download;\
 	HTTPSTimeServer\\HTTPSTimeServer;\
-	Mail\\Mail
+	Mail\\Mail;\
+	TwitterClient\\TwitterClient