Adjust ZeroSPU2's file structure a bit, so it isn't so cluttered.

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@498 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
arcum42 2008-12-26 04:20:16 +00:00 committed by Gregory Hainaut
parent a7d3fee8ce
commit 5c121d632b
10 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ libZeroSPU2_LDFLAGS= @SHARED_LDFLAGS@
libZeroSPU2_LDFLAGS+=-Wl,-soname,@ZEROSPU2_SONAME@
libZeroSPU2_LDADD=$(libZeroSPU2_a_OBJECTS) SoundTouch/libSoundTouch.a
libZeroSPU2_a_SOURCES = zerospu2.cpp interface.c Linux.cpp support.c
libZeroSPU2_a_SOURCES = zerospu2.cpp Linux/interface.c Linux/Linux.cpp Linux/support.c
SUBDIRS = SoundTouch