diff options
Diffstat (limited to 'executive-summary/test-service/Makefile.am')
-rw-r--r-- | executive-summary/test-service/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/executive-summary/test-service/Makefile.am b/executive-summary/test-service/Makefile.am index 716f7185bb..458b015c1e 100644 --- a/executive-summary/test-service/Makefile.am +++ b/executive-summary/test-service/Makefile.am @@ -14,8 +14,7 @@ test_service_SOURCES = \ test_service_LDADD = \ $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ $(BONOBO_VFS_GNOME_LIBS) \ - $(EXTRA_GNOME_LIBS) \ - $(DB3_LDADD) + $(EXTRA_GNOME_LIBS) #test_bonobo_service_SOURCES = \ # test-bonobo.c @@ -30,7 +29,6 @@ rdf_summary_SOURCES = \ rdf_summary_LDADD = \ $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ - $(DB3_LDADD) \ $(BONOBO_VFS_GNOME_LIBS) \ $(EXTRA_GNOME_LIBS) |