From 3ba20ef5ff0bce21da706815e8dca911b24b688b Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 28 Oct 2014 23:57:21 +0100 Subject: scp2: move impress executables to AutoInstall Change-Id: I312a9921e8760ee93282ef0706469fdea3fabea9 --- scp2/AutoInstall.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'scp2/AutoInstall.mk') diff --git a/scp2/AutoInstall.mk b/scp2/AutoInstall.mk index 1bad46f3aab1..23d56a06b07b 100644 --- a/scp2/AutoInstall.mk +++ b/scp2/AutoInstall.mk @@ -24,6 +24,7 @@ $(eval $(call gb_AutoInstall_add_module,extensions_rhino,,,LIBO_JAR_FILE)) $(eval $(call gb_AutoInstall_add_module,gnome,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,graphicfilter,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,impress,LIBO_LIB_FILE)) +$(eval $(call gb_AutoInstall_add_module,impress_brand,,LIBO_EXECUTABLE)) $(eval $(call gb_AutoInstall_add_module,kde,LIBO_LIB_FILE,LIBO_EXECUTABLE)) $(eval $(call gb_AutoInstall_add_module,math,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,ogltrans,LIBO_LIB_FILE)) -- cgit