From 31d3a4d96fbe4fa22dd873e36e5f415dbf45960e Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sun, 20 Jul 2014 19:51:50 +0200 Subject: scp2: damnit, did i really push this utter garbage? Change-Id: I262456efc52c74aeeda1c55b24a69c4c628a26d8 --- scp2/AutoInstall.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scp2/AutoInstall.mk') diff --git a/scp2/AutoInstall.mk b/scp2/AutoInstall.mk index 0e0bf53035b6..58e155c4cee4 100644 --- a/scp2/AutoInstall.mk +++ b/scp2/AutoInstall.mk @@ -23,12 +23,12 @@ $(eval $(call gb_AutoInstall_add_module,onlineupdate,LIBO_LIB_FILE_COMPONENTCOND $(eval $(call gb_AutoInstall_add_module,ooo,LIBO_LIB_FILE,LIBO_EXECUTABLE,LIBO_JAR_FILE)) $(eval $(call gb_AutoInstall_add_module,ooobinarytable,LIBO_LIB_FILE_BINARYTABLE)) $(eval $(call gb_AutoInstall_add_module,python)) +$(eval $(call gb_AutoInstall_add_module,pdfimport,LIBO_LIB_FILE)) $(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)) $(eval $(call gb_AutoInstall_add_module,ure,URE_PRIVATE_LIB,URE_EXECUTABLE,URE_JAR_FILE)) $(eval $(call gb_AutoInstall_add_module,winexplorerextbinarytable,LIBO_LIB_FILE_BINARYTABLE)) $(eval $(call gb_AutoInstall_add_module,writer,LIBO_LIB_FILE)) -$(eval $(call gb_AutoInstall_add_module,xpdfimport,LIBO_LIB_FILE)) # vim: set noet sw=4 ts=4: -- cgit