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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 schoenebeck 57 INCLUDES = $(all_includes)
2     METASOURCES = AUTO
3    
4     EXTRA_PROGRAMS = linuxsamplertest
5 schoenebeck 654 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 schoenebeck 57 linuxsamplertest_LDADD = $(top_builddir)/src/liblinuxsampler.la -lcppunit

  ViewVC Help
Powered by ViewVC