From 5de28ec8064aa2ce15461065bc11c64c4bd16f1b Mon Sep 17 00:00:00 2001 From: Franky Braem Date: Mon, 11 Jun 2012 20:39:40 +0000 Subject: [PATCH] Add JSON sample --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 96e3ad28f..4c85f26c6 100644 --- a/Makefile +++ b/Makefile @@ -80,8 +80,8 @@ JSON-libexec: Foundation-libexec JSON-tests: JSON-libexec cppunit $(MAKE) -C $(POCO_BASE)/JSON/testsuite -#JSON-samples: JSON-libexec -# $(MAKE) -C $(POCO_BASE)/JSON/samples +JSON-samples: JSON-libexec + $(MAKE) -C $(POCO_BASE)/JSON/samples Util-libexec: Foundation-libexec XML-libexec $(MAKE) -C $(POCO_BASE)/Util