Merge pull request #1148 from swt2c/samples_link_json

Some of the samples need to link with PocoJSON
This commit is contained in:
Günter Obiltschnig 2016-02-07 17:45:45 +01:00
commit d148a8a1f4
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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