diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-14 18:30:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-14 19:52:14 +0300 |
commit | c08c64a1fa6c7198817af294329230951f282c7c (patch) | |
tree | 2883813ad2435821b2e8127940225392385f9a9f /src/Makefile.am | |
parent | 24ec5d49e0f4e642578f5acaf8765b352353d572 (diff) | |
download | plus-c08c64a1fa6c7198817af294329230951f282c7c.tar.gz plus-c08c64a1fa6c7198817af294329230951f282c7c.tar.bz2 plus-c08c64a1fa6c7198817af294329230951f282c7c.tar.xz plus-c08c64a1fa6c7198817af294329230951f282c7c.zip |
Move emoteshortcutconsts.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 1c84c15f8..1fe9b4f89 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -790,7 +790,7 @@ manaplus_SOURCES += main.cpp \ effectmanager.h \ emoteshortcut.cpp \ emoteshortcut.h \ - emoteshortcutconsts.h \ + const/emoteshortcut.h \ equipment.h \ listeners/actorspritelistener.h \ listeners/arrowslistener.cpp \ |