From: curt Date: Tue, 27 Apr 1999 19:37:09 +0000 (+0000) Subject: Removed the test program for now ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a8f4a61dc20ef08843922f14b1d3fdf7cfcdea51;p=simgear.git Removed the test program for now ... --- 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