From 6fe78dee3f4eb9080263efb27483a0d63cd3b718 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Mon, 10 Nov 2014 22:55:06 +0100 Subject: [PATCH] updated Makefile --- NetSSL_OpenSSL/samples/Makefile | 1 + NetSSL_OpenSSL/samples/samples.progen | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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