diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-03 17:10:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-03 17:10:39 +0300 |
commit | 494ac0ccdf545e8055c83c22b8b2fbf9e045b32a (patch) | |
tree | 29dd8c4740fa8a43ebf82037c2e4091b1700a4e4 /src/Makefile.am | |
parent | aa1e8a7a7236d49d91501eac2da81bdb96f0bba5 (diff) | |
download | plus-494ac0ccdf545e8055c83c22b8b2fbf9e045b32a.tar.gz plus-494ac0ccdf545e8055c83c22b8b2fbf9e045b32a.tar.bz2 plus-494ac0ccdf545e8055c83c22b8b2fbf9e045b32a.tar.xz plus-494ac0ccdf545e8055c83c22b8b2fbf9e045b32a.zip |
Rename sound.cpp/h to soundmanager.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1f1dd23a0..a02c5da69 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -639,8 +639,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ shopitem.h \ simpleanimation.cpp \ simpleanimation.h \ - sound.cpp \ - sound.h \ + soundmanager.cpp \ + soundmanager.h \ sprite.h \ statuseffect.cpp \ statuseffect.h \ |