diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-07-11 12:44:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-07-11 12:44:51 +0300 |
commit | 93c54ae82e25a7fbf4616f51e265bd209241c7a2 (patch) | |
tree | 795a2f42f5ec146c96e507ea8e3576708d13920a /src/Makefile.am | |
parent | 68f5e88eb44ed76facaa7e56cd7641b762f7ca60 (diff) | |
download | plus-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.gz plus-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.bz2 plus-93c54ae82e25a7fbf4616f51e265bd209241c7a2.tar.xz plus-93c54ae82e25a7fbf4616f51e265bd209241c7a2.zip |
move sound constants to separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ddb7f6800..8147ed384 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -683,6 +683,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ shopitem.h \ simpleanimation.cpp \ simpleanimation.h \ + soundconsts.h \ soundmanager.cpp \ soundmanager.h \ sprite.h \ |