diff --git a/JSON/Makefile b/JSON/Makefile index 6fcac6505..8cb83ed0b 100644 --- a/JSON/Makefile +++ b/JSON/Makefile @@ -11,7 +11,7 @@ include $(POCO_BASE)/build/rules/global INCLUDE += -I $(POCO_BASE)/JSON/include/Poco/JSON objects = Array Object Parser Handler Stringifier \ - VarHandler PrintHandler Query JSONException \ + ParseHandler PrintHandler Query JSONException \ Template TemplateCache target = PocoJSON