Skip to content

Commit

Permalink
fix deps for PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Mar 5, 2018
1 parent 285ac5a commit c5acb2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions PDF/dependencies
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
Foundation
XML
JSON
Util

0 comments on commit c5acb2a

Please sign in to comment.