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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 654 - (show annotations) (download)
Wed Jun 15 20:25:25 2005 UTC (18 years, 10 months ago) by schoenebeck
File size: 357 byte(s)
* fixed 'make dist' build rule to include all necessary files

1 INCLUDES = $(all_includes)
2 METASOURCES = AUTO
3
4 EXTRA_PROGRAMS = linuxsamplertest
5 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

  ViewVC Help
Powered by ViewVC