Moved wav directory to sfx
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1651 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
ed37a4f434
commit
ed98654aa7
@ -1,6 +1,6 @@
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = @BULLETTREE@ src wavs models oggs doc data fonts
|
||||
SUBDIRS = @BULLETTREE@ src sfx models oggs doc data fonts
|
||||
|
||||
EXTRA_DIST = README README.cygwin README.macosx README.windows ChangeLog COPYING missing
|
||||
|
||||
|
9
sfx/Makefile.am
Normal file
9
sfx/Makefile.am
Normal file
@ -0,0 +1,9 @@
|
||||
# wavs/
|
||||
|
||||
pkgdatadir = $(datadir)/games/@PACKAGE@/sfx
|
||||
|
||||
pkgdata_DATA = $(wildcard *.wav)
|
||||
|
||||
SUBDIRS = radio tintagel
|
||||
|
||||
EXTRA_DIST = $(pkgdata_DATA)
|
@ -230,7 +230,7 @@ std::string FileManager::getMusicFile(const std::string& fname) const
|
||||
//-----------------------------------------------------------------------------
|
||||
std::string FileManager::getSFXFile(const std::string& fname) const
|
||||
{
|
||||
return m_root_dir+"/wavs/"+fname;
|
||||
return m_root_dir+"/sfx/"+fname;
|
||||
} // getSFXFile
|
||||
//-----------------------------------------------------------------------------
|
||||
std::string FileManager::getFontFile(const std::string& fname) const
|
||||
@ -295,4 +295,4 @@ void FileManager::listFiles(std::set<std::string>& result, const std::string& di
|
||||
ulCloseDir(mydir);
|
||||
} // listFiles
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
//-----------------------------------------------------------------------------
|
||||
|
@ -1,9 +0,0 @@
|
||||
# wavs/
|
||||
|
||||
pkgdatadir = $(datadir)/games/@PACKAGE@/wavs
|
||||
|
||||
pkgdata_DATA = $(wildcard *.wav)
|
||||
|
||||
SUBDIRS = radio tintagel
|
||||
|
||||
EXTRA_DIST = $(pkgdata_DATA)
|
Loading…
Reference in New Issue
Block a user