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 12:46:17 +0200
commitefb69f7c737f8f8dae876c8d6b7bf3968a40676d (patch)
tree476af657b88cb84eda4f3fad0674717c5aaaccaa /sdext
parentf0de66d9a541505e14261ffac08e021bce6b67ba (diff)
gbuild: add gb_Extension_add_executable
This is not really necessary, but consistent. Change-Id: Ic0249efac26c9977ede7ef591d517cc03542b002
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 \