From: <pst...@us...> - 2009-01-01 03:13:13
|
Revision: 668 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=668&view=rev Author: pstieber Date: 2009-01-01 03:13:07 +0000 (Thu, 01 Jan 2009) Log Message: ----------- Added the new source modules to the Linux build. Modified Paths: -------------- trunk/jazz/src/Makefile.am Modified: trunk/jazz/src/Makefile.am =================================================================== --- trunk/jazz/src/Makefile.am 2009-01-01 03:12:31 UTC (rev 667) +++ trunk/jazz/src/Makefile.am 2009-01-01 03:13:07 UTC (rev 668) @@ -22,6 +22,8 @@ DeprecatedWx/prop.cpp \ DeprecatedWx/propform.cpp \ DeprecatedWx/proplist.cpp \ +Dialogs/FilterDialog.cpp \ +Dialogs/IntegerEdit.cpp \ Dialogs/KeyOnDialog.cpp \ Dialogs/MetronomeSettingsDialog.cpp \ Dialogs/SynthesizerSettingsDialog.cpp \ @@ -99,6 +101,8 @@ DeprecatedWx/prop.cpp \ DeprecatedWx/propform.cpp \ DeprecatedWx/proplist.cpp \ +Dialogs/FilterDialog.cpp \ +Dialogs/IntegerEdit.cpp \ Dialogs/KeyOnDialog.cpp \ Dialogs/MetronomeSettingsDialog.cpp \ Dialogs/SynthesizerSettingsDialog.cpp \ @@ -181,6 +185,8 @@ DeprecatedWx/propform.h \ DeprecatedWx/proplist.h \ DeprecatedStringUtils.h \ +Dialogs/FilterDialog.h \ +Dialogs/IntegerEdit.h \ Dialogs/KeyOnDialog.h \ Dialogs/MetronomeSettingsDialog.h \ Dialogs/SynthesizerSettingsDialog.h \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |