From b537b315eb4a658ce46aa883e3706e4f6111b106 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 1 Jun 2001 11:48:39 +0000 Subject: Add some missing `$(DB3_LDADD)'s to get it to compile. svn path=/trunk/; revision=10078 --- executive-summary/test-service/Makefile.am | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'executive-summary/test-service/Makefile.am') diff --git a/executive-summary/test-service/Makefile.am b/executive-summary/test-service/Makefile.am index ac22c0ed19..3b00e92fb3 100644 --- a/executive-summary/test-service/Makefile.am +++ b/executive-summary/test-service/Makefile.am @@ -13,8 +13,9 @@ test_service_SOURCES = \ test_service_LDADD = \ $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ - $(BONOBO_VFS_GNOME_LIBS) \ - $(EXTRA_GNOME_LIBS) + $(BONOBO_VFS_GNOME_LIBS) \ + $(EXTRA_GNOME_LIBS) \ + $(DB3_LDADD) #test_bonobo_service_SOURCES = \ # test-bonobo.c @@ -27,10 +28,11 @@ test_service_LDADD = \ rdf_summary_SOURCES = \ rdf-summary.c -rdf_summary_LDADD = \ +rdf_summary_LDADD = \ $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ - $(BONOBO_VFS_GNOME_LIBS) \ - $(EXTRA_GNOME_LIBS) + $(BONOBO_VFS_GNOME_LIBS) \ + $(EXTRA_GNOME_LIBS) \ + $(DB3_LDADD) oafdir = $(datadir)/oaf oaf_in_files = \ -- cgit v1.2.3