From a8f4a61dc20ef08843922f14b1d3fdf7cfcdea51 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 27 Apr 1999 19:37:09 +0000 Subject: [PATCH] Removed the test program for now ... --- Lib/Bucket/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Lib/Bucket/Makefile.am b/Lib/Bucket/Makefile.am index dedde377..4551fe9b 100644 --- a/Lib/Bucket/Makefile.am +++ b/Lib/Bucket/Makefile.am @@ -2,12 +2,12 @@ noinst_LIBRARIES = libBucket.a libBucket_a_SOURCES = newbucket.cxx newbucket.hxx -bin_PROGRAMS = testbucket +# bin_PROGRAMS = testbucket -testbucket_SOURCES = testbucket.cxx +# testbucket_SOURCES = testbucket.cxx -testbucket_LDADD = \ - $(top_builddir)/Lib/Bucket/libBucket.a \ - $(top_builddir)/Lib/Misc/libMisc.a +# testbucket_LDADD = \ +# $(top_builddir)/Lib/Bucket/libBucket.a \ +# $(top_builddir)/Lib/Misc/libMisc.a INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -- 2.39.5