diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 23:42:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-04 23:42:07 +0300 |
commit | 16be27ddb973b5c2dedb6b5b63083086984c2139 (patch) | |
tree | 720747e6cb6e9f61b7e8297252582982a834ad02 /src/Makefile.am | |
parent | b3145fb5f1ea419d9b3ee60450866fd199ee1103 (diff) | |
download | plus-16be27ddb973b5c2dedb6b5b63083086984c2139.tar.gz plus-16be27ddb973b5c2dedb6b5b63083086984c2139.tar.bz2 plus-16be27ddb973b5c2dedb6b5b63083086984c2139.tar.xz plus-16be27ddb973b5c2dedb6b5b63083086984c2139.zip |
Move npcinputstate 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 6c36f4f98..1013924cf 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/npcinputstate.h \ gui/widgets/linepart.cpp \ gui/widgets/linepart.h \ gui/widgets/linkhandler.h \ |