From f3691cf520fef6f5ee6a14f2871af5833bfc3043 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 22 May 2006 23:52:40 +0000 Subject: [PATCH] files missing from Sources.pp --- panda/src/audio/Sources.pp | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/panda/src/audio/Sources.pp b/panda/src/audio/Sources.pp index 3763fd829c..7f7c952983 100644 --- a/panda/src/audio/Sources.pp +++ b/panda/src/audio/Sources.pp @@ -9,20 +9,31 @@ #define COMBINED_SOURCES $[TARGET]_composite1.cxx #define SOURCES \ - config_audio.h audioManager.h \ - audioSound.h nullAudioManager.h nullAudioSound.h + config_audio.h \ + audioDSP.h \ + audioManager.h \ + audioSound.h \ + nullAudioDSP.h \ + nullAudioManager.h \ + nullAudioSound.h #define INCLUDED_SOURCES \ - config_audio.cxx audioManager.cxx audioSound.cxx \ - nullAudioManager.cxx nullAudioSound.cxx + config_audio.cxx \ + audioDSP.cxx \ + audioManager.cxx \ + audioSound.cxx \ + nullAudioDSP.cxx \ + nullAudioManager.cxx \ + nullAudioSound.cxx #define INSTALL_HEADERS \ config_audio.h \ - audio.h \ + audioDSP.h \ audioManager.h \ audioSound.h \ + nullAudioDSP.h \ nullAudioManager.h \ - nullAudioSound.h \ + nullAudioSound.h #define IGATESCAN audio.h #end lib_target