mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
fix deps for PDF
This commit is contained in:
parent
285ac5af5b
commit
c5acb2ac27
2
Makefile
2
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
|
||||
|
@ -1 +1,4 @@
|
||||
Foundation
|
||||
XML
|
||||
JSON
|
||||
Util
|
||||
|
Loading…
Reference in New Issue
Block a user