diff options
| author | nakeee <nakeee@gmail.com> | 2009-06-07 07:16:29 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-06-07 07:16:29 +0000 |
| commit | d5eb6e089eb684e25b4abb90a0e3e29a124f0024 (patch) | |
| tree | b89e6267c73330d04066ea4890779cd1128baea4 /Source/Core/DiscIO | |
| parent | 8cb67f472957a8c431e3d1ee18237afadd90e32d (diff) | |
linux compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3349 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO')
| -rw-r--r-- | Source/Core/DiscIO/Src/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Src/SConscript b/Source/Core/DiscIO/Src/SConscript index fb2965b1e5..32c1d7ad87 100644 --- a/Source/Core/DiscIO/Src/SConscript +++ b/Source/Core/DiscIO/Src/SConscript @@ -17,6 +17,7 @@ files = [ 'VolumeCreator.cpp', 'VolumeDirectory.cpp', 'VolumeGC.cpp', + 'VolumeWad.cpp', 'VolumeWiiCrypted.cpp', 'NANDContentLoader.cpp', 'AES/aes_cbc.c', |
