diff options
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | plugins/Makefile.am | 2 |
2 files changed, 12 insertions, 7 deletions
@@ -1,17 +1,22 @@ -2005-07-12 Chenthill Palanisamy <pchenthill@novell.com> - - * configure.in: Removed the shell/importer from - AC_OUPUT. - 2005-07-12 Harish Krishnaswamy <kharish@novell.com> * configure.in: bump version ***** Release 2.3.5 ***** +2005-07-12 Harish Krishnaswamy <kharish@novell.com> + + * plugins/Makefile.am : Remove groupwise-features + plugin as it is already listed as a base plugin + +2005-07-12 Chenthill Palanisamy <pchenthill@novell.com> + + * configure.in: Removed the shell/importer from + AC_OUPUT. + 2005-07-12 Vivek Jain <jvivek@novell.com> * configure.in : correted twice inclusion of sa-junk-plugin in - "plugins_base"section + "plugins_base" section 2005-07-12 Vivek Jain <jvivek@novell.com> diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 8b53d3de3c..f12d493ed0 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,2 +1,2 @@ SUBDIRS = $(plugins_enabled) -DIST_SUBDIRS = $(plugins_base) $(plugins_standard) $(plugins_experimental) profiler groupwise-features +DIST_SUBDIRS = $(plugins_base) $(plugins_standard) $(plugins_experimental) profiler |