sdext/Module_sdext.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ea47c12cc8ce6f8b05905d11f1a3fd3f634f585a Author: David Tardon <[email protected]> Date: Thu Dec 20 08:26:48 2012 +0100 this custom target is needed by pdfimport_s lib Change-Id: I853927f5057d60962dc858335c4350881768b2b2 diff --git a/sdext/Module_sdext.mk b/sdext/Module_sdext.mk index 726b147..9b870d0 100644 --- a/sdext/Module_sdext.mk +++ b/sdext/Module_sdext.mk @@ -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 \ )) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
