summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-14 20:19:33 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-14 20:19:33 +0300
commit8fb8287c78982fd34ef7d7a2b971e0f40a51d44e (patch)
tree9507f6028051111029c6ffdebf152b27120cf29e /src/Makefile.am
parent517e8c2753f4bcc7d2788a28d663cd79edec6c59 (diff)
downloadplus-8fb8287c78982fd34ef7d7a2b971e0f40a51d44e.tar.gz
plus-8fb8287c78982fd34ef7d7a2b971e0f40a51d44e.tar.bz2
plus-8fb8287c78982fd34ef7d7a2b971e0f40a51d44e.tar.xz
plus-8fb8287c78982fd34ef7d7a2b971e0f40a51d44e.zip
Move soundconsts.h into const directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a27ace903..0ff411f1d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -634,7 +634,7 @@ SRC += events/actionevent.h \
simpleanimation.cpp \
simpleanimation.h \
sprite.h \
- soundconsts.h \
+ const/sound.h \
soundmanager.cpp \
soundmanager.h \
text.cpp \