this custom target is needed by pdfimport_s lib

Change-Id: I853927f5057d60962dc858335c4350881768b2b2
This commit is contained in:
David Tardon
2012-12-20 08:26:48 +01:00
parent 8c8402061b
commit ea47c12cc8

View File

@@ -42,6 +42,7 @@ endif
ifeq ($(ENABLE_PDFIMPORT),TRUE)
$(eval $(call gb_Module_add_targets,sdext,\
CustomTarget_pdfimport \
Executable_xpdfimport \
Library_pdfimport \
Package_pdfimport_xcu \
@@ -51,7 +52,6 @@ $(eval $(call gb_Module_add_targets,sdext,\
$(eval $(call gb_Module_add_check_targets,sdext,\
CppunitTest_pdfimport \
CustomTarget_pdfimport \
Executable_pdf2xml \
Executable_pdfunzip \
))