Explorar o código

updte json makefile

Alex Fabijanic %!s(int64=8) %!d(string=hai) anos
pai
achega
fabfb4f068
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      JSON/Makefile

+ 3 - 3
JSON/Makefile

@@ -10,9 +10,9 @@ include $(POCO_BASE)/build/rules/global
 
 INCLUDE += -I $(POCO_BASE)/JSON/include/Poco/JSON
 
-objects = Array Object Parser Handler Stringifier \
-	ParseHandler PrintHandler Query JSONException \
-	Template TemplateCache
+objects = Array Object Parser ParserImpl Handler \
+	Stringifier ParseHandler PrintHandler Query \
+	JSONException Template TemplateCache pd_json
 
 target         = PocoJSON
 target_version = $(LIBVERSION)