From a1113c1f008ab92556fe968d0e3ff76df73b555a Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Fri, 5 Feb 2016 21:49:29 -0500 Subject: [PATCH] Some of the samples need to link with PocoJSON --- Net/samples/Mail/Makefile | 2 +- Net/samples/dict/Makefile | 2 +- Net/samples/download/Makefile | 2 +- Net/samples/httpget/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Net/samples/Mail/Makefile b/Net/samples/Mail/Makefile index dd587be40..b6650c4a4 100644 --- a/Net/samples/Mail/Makefile +++ b/Net/samples/Mail/Makefile @@ -12,6 +12,6 @@ objects = Mail target = Mail target_version = 1 -target_libs = PocoUtil PocoNet PocoXML PocoFoundation +target_libs = PocoUtil PocoNet PocoXML PocoJSON PocoFoundation include $(POCO_BASE)/build/rules/exec diff --git a/Net/samples/dict/Makefile b/Net/samples/dict/Makefile index 79f107608..ffebcc876 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 PocoXML PocoJSON PocoFoundation include $(POCO_BASE)/build/rules/exec diff --git a/Net/samples/download/Makefile b/Net/samples/download/Makefile index 57ed7df7c..286765ac6 100644 --- a/Net/samples/download/Makefile +++ b/Net/samples/download/Makefile @@ -12,6 +12,6 @@ objects = download target = download target_version = 1 -target_libs = PocoUtil PocoNet PocoXML PocoFoundation +target_libs = PocoUtil PocoNet PocoXML PocoJSON PocoFoundation include $(POCO_BASE)/build/rules/exec diff --git a/Net/samples/httpget/Makefile b/Net/samples/httpget/Makefile index e590f6548..5682c16d9 100644 --- a/Net/samples/httpget/Makefile +++ b/Net/samples/httpget/Makefile @@ -12,6 +12,6 @@ objects = httpget target = httpget target_version = 1 -target_libs = PocoUtil PocoNet PocoXML PocoFoundation +target_libs = PocoUtil PocoNet PocoXML PocoJSON PocoFoundation include $(POCO_BASE)/build/rules/exec