diff --git a/Util/Makefile b/Util/Makefile index 85eb84a2d..24c104229 100644 --- a/Util/Makefile +++ b/Util/Makefile @@ -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 diff --git a/Util/dependencies b/Util/dependencies index 8d6514487..ada921350 100644 --- a/Util/dependencies +++ b/Util/dependencies @@ -1,2 +1,3 @@ Foundation XML +JSON