diff options
author | David Tardon <dtardon@redhat.com> | 2012-12-20 08:26:48 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-12-20 08:26:48 +0100 |
commit | ea47c12cc8ce6f8b05905d11f1a3fd3f634f585a (patch) | |
tree | e92c2f17f3c6b74c5cb04732002eab330e16c50a /sdext/Module_sdext.mk | |
parent | 8c8402061bb3908d195e3d1b462409d8bcc8e279 (diff) |
this custom target is needed by pdfimport_s lib
Change-Id: I853927f5057d60962dc858335c4350881768b2b2
Diffstat (limited to 'sdext/Module_sdext.mk')
-rw-r--r-- | sdext/Module_sdext.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/Module_sdext.mk b/sdext/Module_sdext.mk index 726b1476e2fb..9b870d09944f 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 \ )) |