diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 23:47:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-04 23:47:58 +0300 |
commit | 360fac210a053c3217cc87a43ed00e2734ba9aa9 (patch) | |
tree | 5906a1ae86ad4dcc9b38329d19cbbea14dddfa88 /src/Makefile.am | |
parent | 16be27ddb973b5c2dedb6b5b63083086984c2139 (diff) | |
download | plus-360fac210a053c3217cc87a43ed00e2734ba9aa9.tar.gz plus-360fac210a053c3217cc87a43ed00e2734ba9aa9.tar.bz2 plus-360fac210a053c3217cc87a43ed00e2734ba9aa9.tar.xz plus-360fac210a053c3217cc87a43ed00e2734ba9aa9.zip |
Move npcactionstate into enums directory.
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 1013924cf..ac3eb779f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -243,6 +243,7 @@ SRC += events/actionevent.h \ gui/widgets/layouthelper.cpp \ gui/widgets/layouthelper.h \ enums/gui/layouttype.h \ + enums/gui/npcactionstate.h \ enums/gui/npcinputstate.h \ gui/widgets/linepart.cpp \ gui/widgets/linepart.h \ |