diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-02 06:58:17 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-02 06:58:17 +0800 |
commit | 338203f38e6841318c76dd6d330e223489e8e5ad (patch) | |
tree | 47cbc8ddcbb98c5059b944cb12926f87cc98f9bc /addressbook | |
parent | dfda76b995cedfee0588e3f9a9b7e22574dd0c58 (diff) | |
download | gsoc2013-evolution-338203f38e6841318c76dd6d330e223489e8e5ad.tar.gz gsoc2013-evolution-338203f38e6841318c76dd6d330e223489e8e5ad.tar.zst gsoc2013-evolution-338203f38e6841318c76dd6d330e223489e8e5ad.zip |
Add a bunch of missing `$(DB3_LDADD)'s.
svn path=/trunk/; revision=10085
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/backend/ebook/Makefile.am | 17 |
2 files changed, 14 insertions, 8 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index b12a636bb6..a99cac8940 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-06-01 Ettore Perazzoli <ettore@ximian.com> + + * backend/ebook/Makefile.am (evolution_vcard_importer_LDADD): Add + $(DB3_LDADD)'. + 2001-05-31 Christopher James Lahey <clahey@ximian.com> * backend/pas/Makefile.am (INCLUDES): Added db3 cflags. diff --git a/addressbook/backend/ebook/Makefile.am b/addressbook/backend/ebook/Makefile.am index 624d1b072b..9dddc56cfb 100644 --- a/addressbook/backend/ebook/Makefile.am +++ b/addressbook/backend/ebook/Makefile.am @@ -108,14 +108,15 @@ test_card_LDADD = \ evolution_vcard_importer_SOURCES = \ evolution-vcard-importer.c -evolution_vcard_importer_LDADD = \ - libebook.la \ - $(BONOBO_GNOME_LIBS) \ - $(EXTRA_GNOME_LIBS) \ - $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/libversit/libversit.la \ - $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/shell/importer/libevolution-importer.la +evolution_vcard_importer_LDADD = \ + libebook.la \ + $(BONOBO_GNOME_LIBS) \ + $(EXTRA_GNOME_LIBS) \ + $(top_builddir)/e-util/ename/libename.la \ + $(top_builddir)/libversit/libversit.la \ + $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/shell/importer/libevolution-importer.la \ + $(DB3_LDADD) load_pine_addressbook_SOURCES = \ load-pine-addressbook.c |