aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorNat Friedman <nat@novell.com>2004-10-22 12:37:29 +0800
committerNat Friedman <nat@src.gnome.org>2004-10-22 12:37:29 +0800
commit31f3035ad5b3da9c6b4baf512e457f946a99477c (patch)
treecb7f128b1bce04eeb44aac0688abcde4db6b6de3 /configure.in
parent9045f9fddba2e3d7b20894b0675d0cf8eeb9a9a5 (diff)
downloadgsoc2013-evolution-31f3035ad5b3da9c6b4baf512e457f946a99477c.tar
gsoc2013-evolution-31f3035ad5b3da9c6b4baf512e457f946a99477c.tar.gz
gsoc2013-evolution-31f3035ad5b3da9c6b4baf512e457f946a99477c.tar.bz2
gsoc2013-evolution-31f3035ad5b3da9c6b4baf512e457f946a99477c.tar.lz
gsoc2013-evolution-31f3035ad5b3da9c6b4baf512e457f946a99477c.tar.xz
gsoc2013-evolution-31f3035ad5b3da9c6b4baf512e457f946a99477c.tar.zst
gsoc2013-evolution-31f3035ad5b3da9c6b4baf512e457f946a99477c.zip
Added the bbdb plugin.
2004-10-22 Nat Friedman <nat@novell.com> * configure.in: Added the bbdb plugin. Man, hacking is fun. svn path=/trunk/; revision=27690
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c6576f70f1..134eb9f9aa 100644
--- a/configure.in
+++ b/configure.in
@@ -1341,7 +1341,7 @@ AC_SUBST_FILE(EVO_PLUGIN_RULE)
AC_ARG_ENABLE(plugins, [ --enable-plugins=[no/all/list] Enable plugins.],enable_plugins="$enableval",enable_plugins=no)
dnl Add any new plugins here
-plugins_all="subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-task"
+plugins_all="subject-thread save-attachments prefer-plain save-calendar select-one-source copy-tool mail-to-task bbdb"
if test x"$enable_plugins" = "xno"; then
plugins_enabled=""
@@ -1539,6 +1539,7 @@ plugins/save-attachments/Makefile
plugins/save-calendar/Makefile
plugins/select-one-source/Makefile
plugins/prefer-plain/Makefile
+plugins/bbdb/Makefile
plugins/copy-tool/Makefile
smime/Makefile
smime/lib/Makefile