From 336c956262340db1e6be932462fbd412ca668954 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Mon, 16 Jul 2012 16:33:07 +0200 Subject: First attempt at removing mozilla ldap at all (please help to fix) Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73 --- scp2/InstallModule_ooo.mk | 1 - scp2/source/ooo/file_library_ooo.scp | 2 -- 2 files changed, 3 deletions(-) (limited to 'scp2') diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk index a36be0514d25..debd26883fb2 100644 --- a/scp2/InstallModule_ooo.mk +++ b/scp2/InstallModule_ooo.mk @@ -83,7 +83,6 @@ $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\ SYSTEM_REDLAND \ SYSTEM_SNDFILE \ SYSTEM_STDLIBS \ - WITH_LDAP \ )) $(eval $(call gb_InstallModule_define_value_if_set,scp2/ooo,\ diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index ae6692122251..35e3f1e777df 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -95,7 +95,6 @@ End SPECIAL_COMPONENT_LIB_FILE(gid_File_Lib_Configmgr, configmgr.uno) -#ifdef WITH_LDAP File gid_File_Lib_Ldapbe2 LIB_FILE_BODY; Styles = (PACKED); @@ -106,7 +105,6 @@ File gid_File_Lib_Ldapbe2 Name = "ldapbe2.uno.dll"; #endif End -#endif STD_LIB_FILE(gid_File_Lib_Chartcontroller, chartcontroller) STD_LIB_FILE(gid_File_Lib_Chartmodel, chartmodel) -- cgit