summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-06-25 12:34:42 +0200
committerMichael Stahl <mstahl@redhat.com>2012-06-25 13:48:28 +0200
commite930aa48efa5cb7c31585b3e92e5550ed94e80be (patch)
treef02884d4f47648bd694b498b29f8fa793810b468 /sdext
parentcf6d37a8f4e45fc29e4b156acb098268048af6f6 (diff)
gbuild: add gb_Extension_add_executable
This is not really necessary, but consistent. Change-Id: Ic0249efac26c9977ede7ef591d517cc03542b002 (cherry picked from commit efb69f7c737f8f8dae876c8d6b7bf3968a40676d) Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sdext')
-rw-r--r--sdext/Extension_pdfimport.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/sdext/Extension_pdfimport.mk b/sdext/Extension_pdfimport.mk
index 27841f558f62..c5692dec763c 100644
--- a/sdext/Extension_pdfimport.mk
+++ b/sdext/Extension_pdfimport.mk
@@ -37,8 +37,11 @@ $(eval $(call gb_Extension_add_libraries,pdfimport,\
pdfimport \
))
+$(eval $(call gb_Extension_add_executables,pdfimport,\
+ xpdfimport \
+))
+
$(eval $(call gb_Extension_add_files,pdfimport,,\
- $(call gb_Executable_get_target,xpdfimport) \
$(SRCDIR)/sdext/source/pdfimport/config/pdf_import_filter.xcu \
$(SRCDIR)/sdext/source/pdfimport/config/pdf_types.xcu \
$(SRCDIR)/sdext/source/pdfimport/dialogs/xpdfimport_err.pdf \