[Super-tux-commit] supertux/lib Makefile.am,1.2,1.3
Brought to you by:
wkendrick
From: Tobias G. <to...@us...> - 2004-07-25 19:04:20
|
Update of /cvsroot/super-tux/supertux/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31225/lib Modified Files: Makefile.am Log Message: - Major changes in Setup-API. - Moved all sound handling into SoundManager, which became a singleton. Index: Makefile.am =================================================================== RCS file: /cvsroot/super-tux/supertux/lib/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 22 Jul 2004 19:04:45 -0000 1.2 +++ Makefile.am 25 Jul 2004 19:03:33 -0000 1.3 @@ -4,7 +4,6 @@ libsupertux_la_SOURCES =app/globals.cpp \ app/setup.cpp \ audio/musicref.cpp \ - audio/sound.cpp \ audio/sound_manager.cpp \ gui/button.cpp \ gui/menu.cpp \ @@ -37,7 +36,6 @@ app/gettext.h \ app/globals.h libsupertuxaudio_HEADERS =audio/musicref.h \ - audio/sound.h \ audio/sound_manager.h libsupertuxgui_HEADERS =gui/button.h \ gui/menu.h \ @@ -61,3 +59,4 @@ video/surface.h libsupertux_la_LDFLAGS = -module + |