Kaydet (Commit) f4fac5ee authored tarafından Michael Stahl's avatar Michael Stahl

scp2: move xpdfimport executables to AutoInstall

Change-Id: I9b75436a03c06252530bbd54a7011fb553ceb9be
üst 7c898c93
......@@ -102,6 +102,12 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,crashrep, \
))
endif
ifneq ($(ENABLE_PDFIMPORT),)
$(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
xpdfimport \
))
endif
$(eval $(call gb_Helper_register_executables,OOO, \
$(if $(and $(ENABLE_GTK), $(filter LINUX,$(OS))), tilebench) \
gnome-open-url.bin \
......@@ -119,7 +125,6 @@ $(eval $(call gb_Helper_register_executables,OOO, \
vcldemo \
tiledrendering \
$(if $(and $(ENABLE_GTK), $(filter LINUX,$(OS))), gtktiledviewer) \
xpdfimport \
$(if $(filter WNT,$(OS)), \
odbcconfig \
python \
......
......@@ -29,7 +29,7 @@ $(eval $(call gb_AutoInstall_add_module,ooo,LIBO_LIB_FILE,LIBO_EXECUTABLE,LIBO_J
$(eval $(call gb_AutoInstall_add_module,ooobinarytable,LIBO_LIB_FILE_BINARYTABLE))
$(eval $(call gb_AutoInstall_add_module,python,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,postgresqlsdbc,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,pdfimport,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,pdfimport,LIBO_LIB_FILE,LIBO_EXECUTABLE))
$(eval $(call gb_AutoInstall_add_module,reportbuilder,LIBO_LIB_FILE,,LIBO_JAR_FILE))
$(eval $(call gb_AutoInstall_add_module,sdk,,SDK_EXECUTABLE))
$(eval $(call gb_AutoInstall_add_module,tde,LIBO_LIB_FILE))
......
......@@ -36,7 +36,6 @@ Module gid_Module_Pdfimport
Dirs = (gid_Dir_Share_Xpdfimport);
Files = (auto_pdfimport_ALL,
gid_File_Dat_XpdfimportErrPdf,
gid_File_Exe_Xpdfimport,
gid_File_Xcd_Pdfimport);
End
......@@ -52,13 +51,6 @@ File gid_File_Dat_XpdfimportErrPdf
Styles = (PACKED);
End
File gid_File_Exe_Xpdfimport
BIN_FILE_BODY;
Dir = gid_Brand_Dir_Program;
Name = EXENAME(xpdfimport);
Styles = (PACKED);
End
File gid_File_Xcd_Pdfimport
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Share_Registry;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment