From 9e33079bcb9b6c9f4214fb174432fd0d5b8aa977 Mon Sep 17 00:00:00 2001 From: FrancisANDRE Date: Tue, 17 Nov 2015 10:32:39 +0100 Subject: [PATCH] Add missing PocoJSON dependency. Signed-off-by: FrancisANDRE --- Net/samples/dict/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Net/samples/dict/Makefile b/Net/samples/dict/Makefile index 79f107608..38ca68717 100644 --- a/Net/samples/dict/Makefile +++ b/Net/samples/dict/Makefile @@ -12,6 +12,6 @@ objects = dict target = dict target_version = 1 -target_libs = PocoUtil PocoNet PocoXML PocoFoundation +target_libs = PocoUtil PocoNet PocoJSON PocoXML PocoFoundation include $(POCO_BASE)/build/rules/exec