From efb69f7c737f8f8dae876c8d6b7bf3968a40676d Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 25 Jun 2012 12:34:42 +0200 Subject: gbuild: add gb_Extension_add_executable This is not really necessary, but consistent. Change-Id: Ic0249efac26c9977ede7ef591d517cc03542b002 --- sdext/Extension_pdfimport.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sdext') 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 \ -- cgit