diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-07-16 16:33:07 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-07-16 17:22:49 +0200 |
commit | 336c956262340db1e6be932462fbd412ca668954 (patch) | |
tree | 9c4f8a29034521beb2f8e72509b37672d30ab226 /scp2 | |
parent | 069c1efa39e3bed146a3e70af796e6a70cf2f67e (diff) |
First attempt at removing mozilla ldap at all (please help to fix)
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/InstallModule_ooo.mk | 1 | ||||
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 2 |
2 files changed, 0 insertions, 3 deletions
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) |