From 4a74b1ff15ca5cbc175c8fb98839960f1af494fb Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 8 Dec 2000 00:00:15 +0000 Subject: New and improved display, Bug fixes memory leaks removed Preferences and probably more that I can't remember. svn path=/trunk/; revision=6858 --- executive-summary/test-service/Makefile.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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 22c1307380..51f41c899b 100644 --- a/executive-summary/test-service/Makefile.am +++ b/executive-summary/test-service/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = test-service +bin_PROGRAMS = test-service rdf-summary CFLAGS += -g INCLUDES = \ @@ -24,13 +24,13 @@ test_service_LDADD = \ # $(BONOBO_VFS_GNOME_LIBS) \ # $(EXTRA_GNOME_LIBS) -#rdf_summary_SOURCES = \ -# rdf-summary.c +rdf_summary_SOURCES = \ + rdf-summary.c -#rdf_summary_LDADD = \ -# $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ -# $(BONOBO_VFS_GNOME_LIBS) \ -# $(EXTRA_GNOME_LIBS) +rdf_summary_LDADD = \ + $(top_builddir)/executive-summary/evolution-services/libevolution-services.la \ + $(BONOBO_VFS_GNOME_LIBS) \ + $(EXTRA_GNOME_LIBS) oafdir = $(datadir)/oaf oaf_DATA = \ -- cgit