/[svn]/linuxsampler/trunk/src/testcases/Makefile.am
ViewVC logotype

Diff of /linuxsampler/trunk/src/testcases/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 653 by schoenebeck, Sat Oct 9 15:42:27 2004 UTC revision 654 by schoenebeck, Wed Jun 15 20:25:25 2005 UTC
# Line 2  INCLUDES = $(all_includes) Line 2  INCLUDES = $(all_includes)
2  METASOURCES = AUTO  METASOURCES = AUTO
3    
4  EXTRA_PROGRAMS = linuxsamplertest  EXTRA_PROGRAMS = linuxsamplertest
5  linuxsamplertest_SOURCES = linuxsamplertest.cpp PoolTest.cpp ThreadTest.cpp MutexTest.cpp ConditionTest.cpp LSCPTest.cpp  linuxsamplertest_SOURCES = \
6            linuxsamplertest.cpp \
7            PoolTest.cpp PoolTest.h \
8            ThreadTest.cpp ThreadTest.h \
9            MutexTest.cpp MutexTest.h \
10            ConditionTest.cpp ConditionTest.h \
11            LSCPTest.cpp LSCPTest.h
12  linuxsamplertest_LDADD = $(top_builddir)/src/liblinuxsampler.la -lcppunit  linuxsamplertest_LDADD = $(top_builddir)/src/liblinuxsampler.la -lcppunit

Legend:
Removed from v.653  
changed lines
  Added in v.654

  ViewVC Help
Powered by ViewVC