From: <pst...@us...> - 2009-01-02 19:13:41
|
Revision: 681 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=681&view=rev Author: pstieber Date: 2009-01-02 19:13:35 +0000 (Fri, 02 Jan 2009) Log Message: ----------- Added the shift dialog to the Linux build. Modified Paths: -------------- trunk/jazz/src/Makefile.am Modified: trunk/jazz/src/Makefile.am =================================================================== --- trunk/jazz/src/Makefile.am 2009-01-02 18:37:48 UTC (rev 680) +++ trunk/jazz/src/Makefile.am 2009-01-02 19:13:35 UTC (rev 681) @@ -26,6 +26,7 @@ Dialogs/IntegerEdit.cpp \ Dialogs/KeyOnDialog.cpp \ Dialogs/MetronomeSettingsDialog.cpp \ +Dialogs/ShiftDialog.cpp \ Dialogs/SynthesizerSettingsDialog.cpp \ Dialogs/TrackDialog.cpp \ Dialogs.cpp \ @@ -105,6 +106,7 @@ Dialogs/IntegerEdit.cpp \ Dialogs/KeyOnDialog.cpp \ Dialogs/MetronomeSettingsDialog.cpp \ +Dialogs/ShiftDialog.cpp \ Dialogs/SynthesizerSettingsDialog.cpp \ Dialogs/TrackDialog.cpp \ Dialogs.cpp \ @@ -189,6 +191,7 @@ Dialogs/IntegerEdit.h \ Dialogs/KeyOnDialog.h \ Dialogs/MetronomeSettingsDialog.h \ +Dialogs/ShiftDialog.h \ Dialogs/SynthesizerSettingsDialog.h \ Dialogs/TrackDialog.h \ Dialogs.h \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |