diff options
author | Nat Friedman <nat@src.gnome.org> | 2004-10-29 04:08:48 +0800 |
---|---|---|
committer | Nat Friedman <nat@src.gnome.org> | 2004-10-29 04:08:48 +0800 |
commit | 0ce5576537dbc5108d47cbf64f8ee615d88a651e (patch) | |
tree | e35f4f58e29b1b3de0c87439bf87d852304f93a2 /plugins/bbdb | |
parent | 9975438eba281e709db995ca5947cc6d62c2d3d2 (diff) | |
download | gsoc2013-evolution-0ce5576537dbc5108d47cbf64f8ee615d88a651e.tar.gz gsoc2013-evolution-0ce5576537dbc5108d47cbf64f8ee615d88a651e.tar.zst gsoc2013-evolution-0ce5576537dbc5108d47cbf64f8ee615d88a651e.zip |
Don't build the test-evobuddy program.
svn path=/trunk/; revision=27760
Diffstat (limited to 'plugins/bbdb')
-rw-r--r-- | plugins/bbdb/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/bbdb/Makefile.am b/plugins/bbdb/Makefile.am index c60a941612..7163305da4 100644 --- a/plugins/bbdb/Makefile.am +++ b/plugins/bbdb/Makefile.am @@ -13,6 +13,6 @@ liborg_gnome_evolution_bbdb_la_LDFLAGS = -module -avoid-version # noinst_PROGRAMS = test-evobuddy -test_evobuddy_LDADD = $(top_builddir)/camel/libcamel.la $(EVOLUTION_ADDRESSBOOK_LIBS) $(EVOLUTION_MAIL_LIBS) $(CAMEL_LIBS) -test_evobuddy_SOURCES = test-evobuddy.c gaimbuddies.c bbdb.c -test_evobuddy_INCLUDES = $(INCLUDES) + #test_evobuddy_LDADD = $(top_builddir)/camel/libcamel.la $(EVOLUTION_ADDRESSBOOK_LIBS) $(EVOLUTION_MAIL_LIBS) $(CAMEL_LIBS) + #test_evobuddy_SOURCES = test-evobuddy.c gaimbuddies.c bbdb.c + #test_evobuddy_INCLUDES = $(INCLUDES) |