diff options
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 2dcbcb2496..746d8976b3 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -153,7 +153,8 @@ evolution_LDADD = \ $(EXTRA_GNOME_LIBS) \ $(GNOME_PRINT_LIBS) \ $(GTKHTML_LIBS) \ - $(BONOBO_GNOME_LIBS) + $(BONOBO_GNOME_LIBS) \ + $(DB3_LDADD) oafdir = $(datadir)/oaf oaf_in_files = GNOME_Evolution_Shell.oaf.in |