[Thplot-cvs] CVS: thplot/tests Makefile.am,1.2,1.3
Status: Pre-Alpha
Brought to you by:
apeden
From: Tony P. <ap...@us...> - 2002-07-03 14:56:30
|
Update of /cvsroot/thplot/thplot/tests In directory usw-pr-cvs1:/tmp/cvs-serv28741/tests Modified Files: Makefile.am Log Message: Removed pstest. Index: Makefile.am =================================================================== RCS file: /cvsroot/thplot/thplot/tests/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Makefile.am 30 Jun 2002 14:32:38 -0000 1.2 --- Makefile.am 3 Jul 2002 14:56:27 -0000 1.3 *************** *** 1,3 **** ! noinst_PROGRAMS = csvTest astest pstest csvTest_SOURCES = csvTest.cpp --- 1,3 ---- ! noinst_PROGRAMS = csvTest astest csvTest_SOURCES = csvTest.cpp *************** *** 8,16 **** astest_LDADD = @top_srcdir@/src/Util/libUtil.a - - pstest_SOURCES = pstest.cpp - - pstest_LDADD = @top_srcdir@/src/Gui/libGui.a \ - @top_srcdir@/src/Data/libData.a INCLUDES = -I@top_srcdir@/src --- 8,11 ---- |