Add JSONConfiguration

This commit is contained in:
Franky Braem 2012-05-03 20:12:28 +00:00
parent dc42208ee8
commit 3c22203119
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ objects = AbstractConfiguration Application ConfigurationMapper \
PropertyFileConfiguration Subsystem SystemConfiguration \
XMLConfiguration FilesystemConfiguration ServerApplication \
Validator IntValidator RegExpValidator OptionCallback \
Timer TimerTask
Timer TimerTask JSONConfiguration
ifeq ($(findstring MinGW, $(POCO_CONFIG)), MinGW)
objects += WinService WinRegistryKey WinRegistryConfiguration
@ -23,6 +23,6 @@ endif
target = PocoUtil
target_version = $(LIBVERSION)
target_libs = PocoFoundation PocoXML
target_libs = PocoFoundation PocoXML PocoJSON
include $(POCO_BASE)/build/rules/lib

View File

@ -1,2 +1,3 @@
Foundation
XML
JSON