From: <pst...@us...> - 2013-03-18 18:46:10
|
Revision: 971 http://sourceforge.net/p/jazzplusplus/code/971 Author: pstieber Date: 2013-03-18 18:46:08 +0000 (Mon, 18 Mar 2013) Log Message: ----------- Added the ArrayControl source. Modified Paths: -------------- trunk/jazz/src/Makefile.am Modified: trunk/jazz/src/Makefile.am =================================================================== --- trunk/jazz/src/Makefile.am 2013-03-18 18:45:02 UTC (rev 970) +++ trunk/jazz/src/Makefile.am 2013-03-18 18:46:08 UTC (rev 971) @@ -11,6 +11,7 @@ AlsaDriver.cpp \ AlsaPlayer.cpp \ AlsaThru.cpp \ +ArrayControl.cpp \ AsciiMidiFile.cpp \ Audio.cpp \ AudioDriver.cpp \ @@ -111,6 +112,7 @@ jazz_SOURCES = \ AboutDialog.cpp \ +ArrayControl.cpp \ AsciiMidiFile.cpp \ Audio.cpp \ Command.cpp \ @@ -215,6 +217,7 @@ AlsaDriver.h \ AlsaPlayer.h \ AlsaThru.h \ +ArrayControl.h \ AsciiMidiFile.h \ Audio.h \ AudioDriver.h \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |