diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-14 20:19:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-14 20:19:33 +0300 |
commit | 8fb8287c78982fd34ef7d7a2b971e0f40a51d44e (patch) | |
tree | 9507f6028051111029c6ffdebf152b27120cf29e /src/Makefile.am | |
parent | 517e8c2753f4bcc7d2788a28d663cd79edec6c59 (diff) | |
download | plus-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.am | 2 |
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 \ |