File novell-ifolder-client-plugins-buildfix.patch of Package novell-ifolder-client-plugins
Index: src/Makefile.am
===================================================================
--- src/Makefile.am (revision 6798)
+++ src/Makefile.am (working copy)
@@ -2,7 +2,7 @@
if PLUGINS_FOR_CLIENT
SUBDIRS = AutoConfig ConflictFrwk
else
-SUBDIRS = LdapGroup UserMovement
+SUBDIRS =
endif
DIST_SUBDIRS = $(SUBDIRS)
Index: configure.in
===================================================================
--- configure.in (revision 6798)
+++ configure.in (working copy)
@@ -520,13 +520,6 @@
],
[clientplugins="FALSE"
AC_CONFIG_FILES([
- src/UserMovement/Makefile
- src/LdapGroup/Makefile
- src/LdapGroup/Simias.IdentitySync/Makefile
- src/LdapGroup/Simias.LdapProvider/Makefile
- src/LdapGroup/Simias.OpenLdapProvider/Makefile
- src/LdapGroup/Simias.ADLdapProvider/Makefile
- src/LdapGroup/Simias.UserAdd/Makefile
])
]
)