diff options
author | Nat Friedman <nat@novell.com> | 2004-10-27 19:29:15 +0800 |
---|---|---|
committer | Nat Friedman <nat@src.gnome.org> | 2004-10-27 19:29:15 +0800 |
commit | 725a24b484a2528ba79f5625433fea08e110841f (patch) | |
tree | b32da58e91368764937a9c306da1166580576da2 /plugins/bbdb/Makefile.am | |
parent | 83e209ee7a1d19f906db3d4395bbda15862fcc85 (diff) | |
download | gsoc2013-evolution-725a24b484a2528ba79f5625433fea08e110841f.tar.gz gsoc2013-evolution-725a24b484a2528ba79f5625433fea08e110841f.tar.zst gsoc2013-evolution-725a24b484a2528ba79f5625433fea08e110841f.zip |
Use _with_mnemonic for the button.
2004-10-27 Nat Friedman <nat@novell.com>
* bbdb.c (bbdb_page_factory): Use _with_mnemonic for the button.
* Makefile.am: Don't build the test program by default.
svn path=/trunk/; revision=27736
Diffstat (limited to 'plugins/bbdb/Makefile.am')
-rw-r--r-- | plugins/bbdb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bbdb/Makefile.am b/plugins/bbdb/Makefile.am index aa84ee194d..c60a941612 100644 --- a/plugins/bbdb/Makefile.am +++ b/plugins/bbdb/Makefile.am @@ -11,7 +11,7 @@ plugin_LTLIBRARIES = liborg-gnome-evolution-bbdb.la liborg_gnome_evolution_bbdb_la_SOURCES = bbdb.c gaimbuddies.c liborg_gnome_evolution_bbdb_la_LDFLAGS = -module -avoid-version -noinst_PROGRAMS = test-evobuddy +# 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 |