diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 17:57:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 17:57:37 +0300 |
commit | 515ce6c1413b5e3da131f3e4997abdc39c003a2c (patch) | |
tree | e09ec08d83cacb2012522e679323c140d95707c9 /src/Makefile.am | |
parent | be320cc5c9ca819b42a7ad8ef9806051d9eef75a (diff) | |
download | plus-515ce6c1413b5e3da131f3e4997abdc39c003a2c.tar.gz plus-515ce6c1413b5e3da131f3e4997abdc39c003a2c.tar.bz2 plus-515ce6c1413b5e3da131f3e4997abdc39c003a2c.tar.xz plus-515ce6c1413b5e3da131f3e4997abdc39c003a2c.zip |
Move inputconditions into separate file.
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 25598e42f..24e021a44 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -856,6 +856,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ textcommand.cpp \ textcommand.h \ events/inputevent.h \ + input/inputcondition.h \ input/inputmanager.cpp \ input/inputmanager.h \ input/inputtype.h \ |