Update of /cvsroot/alpp/openalpp/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31472/tests
Modified Files:
Makefile.am
Log Message:
Minor patches applied
Index: Makefile.am
===================================================================
RCS file: /cvsroot/alpp/openalpp/tests/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile.am 11 Nov 2004 07:57:58 -0000 1.7
--- Makefile.am 7 Feb 2005 19:42:42 -0000 1.8
***************
*** 15,23 ****
LDADD = ../src/libopenalpp.la $(ccgnulibs) -lopenal $(portaudiolibs) $(ogglibs) -lOpenThreads
- bin_PROGRAMS = testfstream multiple testmic simple moving #testsend teststream
-
- #teststream_SOURCES = teststream.cpp
! #testsend_SOURCES = testsend.cpp
testmic_SOURCES = testmic.cpp
--- 15,21 ----
LDADD = ../src/libopenalpp.la $(ccgnulibs) -lopenal $(portaudiolibs) $(ogglibs) -lOpenThreads
! bin_PROGRAMS = testfstream multiple testmic simple moving
! noinst_PROGRAMS = testfstream multiple testmic simple moving
testmic_SOURCES = testmic.cpp
***************
*** 27,31 ****
moving_SOURCES = moving.cpp
-
testfstream_SOURCES = testfstream.cpp
--- 25,28 ----
|