1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 08:38:39 +02:00

Add new file to build

This commit is contained in:
lllucius@gmail.com 2014-11-29 23:45:53 +00:00
parent e94785b372
commit 9866d76209
2 changed files with 11 additions and 10 deletions

View File

@ -101,6 +101,7 @@ audacity_SOURCES = \
AudacityLogger.h \ AudacityLogger.h \
AudioIO.cpp \ AudioIO.cpp \
AudioIO.h \ AudioIO.h \
AudioIOListenerer.h \
AutoRecovery.cpp \ AutoRecovery.cpp \
AutoRecovery.h \ AutoRecovery.h \
BatchCommandDialog.cpp \ BatchCommandDialog.cpp \

View File

@ -282,11 +282,11 @@ am__audacity_SOURCES_DIST = BlockFile.cpp BlockFile.h DirManager.cpp \
xml/XMLTagHandler.cpp xml/XMLTagHandler.h AboutDialog.cpp \ xml/XMLTagHandler.cpp xml/XMLTagHandler.h AboutDialog.cpp \
AboutDialog.h AColor.cpp AColor.h AllThemeResources.h \ AboutDialog.h AColor.cpp AColor.h AllThemeResources.h \
Audacity.h AudacityApp.cpp AudacityApp.h AudacityLogger.cpp \ Audacity.h AudacityApp.cpp AudacityApp.h AudacityLogger.cpp \
AudacityLogger.h AudioIO.cpp AudioIO.h AutoRecovery.cpp \ AudacityLogger.h AudioIO.cpp AudioIO.h AudioIOListenerer.h \
AutoRecovery.h BatchCommandDialog.cpp BatchCommandDialog.h \ AutoRecovery.cpp AutoRecovery.h BatchCommandDialog.cpp \
BatchCommands.cpp BatchCommands.h BatchProcessDialog.cpp \ BatchCommandDialog.h BatchCommands.cpp BatchCommands.h \
BatchProcessDialog.h Benchmark.cpp Benchmark.h \ BatchProcessDialog.cpp BatchProcessDialog.h Benchmark.cpp \
CaptureEvents.cpp CaptureEvents.h Dependencies.cpp \ Benchmark.h CaptureEvents.cpp CaptureEvents.h Dependencies.cpp \
Dependencies.h DeviceManager.cpp DeviceManager.h Envelope.cpp \ Dependencies.h DeviceManager.cpp DeviceManager.h Envelope.cpp \
Envelope.h Experimental.h FFmpeg.cpp FFmpeg.h FFT.cpp FFT.h \ Envelope.h Experimental.h FFmpeg.cpp FFmpeg.h FFT.cpp FFT.h \
FileIO.cpp FileIO.h FileNames.cpp FileNames.h float_cast.h \ FileIO.cpp FileIO.h FileNames.cpp FileNames.h float_cast.h \
@ -1149,11 +1149,11 @@ audacity_LDADD = $(EXPAT_LIBS) $(FILEDIALOG_LIBS) $(PORTAUDIO_LIBS) \
audacity_SOURCES = $(libaudacity_la_SOURCES) AboutDialog.cpp \ audacity_SOURCES = $(libaudacity_la_SOURCES) AboutDialog.cpp \
AboutDialog.h AColor.cpp AColor.h AllThemeResources.h \ AboutDialog.h AColor.cpp AColor.h AllThemeResources.h \
Audacity.h AudacityApp.cpp AudacityApp.h AudacityLogger.cpp \ Audacity.h AudacityApp.cpp AudacityApp.h AudacityLogger.cpp \
AudacityLogger.h AudioIO.cpp AudioIO.h AutoRecovery.cpp \ AudacityLogger.h AudioIO.cpp AudioIO.h AudioIOListenerer.h \
AutoRecovery.h BatchCommandDialog.cpp BatchCommandDialog.h \ AutoRecovery.cpp AutoRecovery.h BatchCommandDialog.cpp \
BatchCommands.cpp BatchCommands.h BatchProcessDialog.cpp \ BatchCommandDialog.h BatchCommands.cpp BatchCommands.h \
BatchProcessDialog.h Benchmark.cpp Benchmark.h \ BatchProcessDialog.cpp BatchProcessDialog.h Benchmark.cpp \
CaptureEvents.cpp CaptureEvents.h Dependencies.cpp \ Benchmark.h CaptureEvents.cpp CaptureEvents.h Dependencies.cpp \
Dependencies.h DeviceManager.cpp DeviceManager.h Envelope.cpp \ Dependencies.h DeviceManager.cpp DeviceManager.h Envelope.cpp \
Envelope.h Experimental.h FFmpeg.cpp FFmpeg.h FFT.cpp FFT.h \ Envelope.h Experimental.h FFmpeg.cpp FFmpeg.h FFT.cpp FFT.h \
FileIO.cpp FileIO.h FileNames.cpp FileNames.h float_cast.h \ FileIO.cpp FileIO.h FileNames.cpp FileNames.h float_cast.h \