From c5acb2ac27a81a429e146780769f965e8284cadc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Mon, 5 Mar 2018 22:14:57 +0100 Subject: [PATCH] fix deps for PDF --- Makefile | 2 +- PDF/dependencies | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97054e157..103cbfc2b 100644 --- a/Makefile +++ b/Makefile @@ -326,7 +326,7 @@ CppParser-clean: $(MAKE) -C $(POCO_BASE)/CppParser clean $(MAKE) -C $(POCO_BASE)/CppParser/testsuite clean -PDF-libexec: Foundation-libexec +PDF-libexec: Util-libexec XML-libexec JSON-libexec Foundation-libexec $(MAKE) -C $(POCO_BASE)/PDF PDF-tests: PDF-libexec cppunit diff --git a/PDF/dependencies b/PDF/dependencies index 2e8175e4e..b8694eecd 100644 --- a/PDF/dependencies +++ b/PDF/dependencies @@ -1 +1,4 @@ Foundation +XML +JSON +Util