From 612998440cf1b4f2f6cd854c2d8f36dd62316f17 Mon Sep 17 00:00:00 2001 From: "RichardAsh1981@gmail.com" Date: Tue, 14 Jan 2014 20:02:32 +0000 Subject: [PATCH] sort line endings from previous patch to this file, and add new file pair from previous patch commit to the build system --- src/Makefile.am | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 829c5c95c..70c8fadf0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -197,12 +197,12 @@ audacity_SOURCES = \ TrackPanel.cpp \ TrackPanel.h \ TrackPanelAx.cpp \ - TrackPanelAx.h \ - UndoManager.cpp \ - UndoManager.h \ - ViewInfo.h \ - VoiceKey.cpp \ - VoiceKey.h \ + TrackPanelAx.h \ + UndoManager.cpp \ + UndoManager.h \ + ViewInfo.h \ + VoiceKey.cpp \ + VoiceKey.h \ WaveClip.cpp \ WaveClip.h \ WaveTrack.cpp \ @@ -247,6 +247,8 @@ audacity_SOURCES = \ commands/Keyboard.h \ commands/MessageCommand.cpp \ commands/MessageCommand.h \ + commands/OpenSaveCommands.cpp \ + commands/OpenSaveCommands.h \ commands/PreferenceCommands.cpp \ commands/PreferenceCommands.h \ commands/ResponseQueue.cpp \