diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-16 17:21:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-16 17:21:24 +0300 |
commit | 396b3e298b21677ebe3c6f5c2f5b837ac25625f2 (patch) | |
tree | 01cfca3609db046afebe5c9e11ba0a5a803e378f /src/Makefile.am | |
parent | e50013d92b22faeffb8711d07a8f344ab71e9e57 (diff) | |
download | plus-396b3e298b21677ebe3c6f5c2f5b837ac25625f2.tar.gz plus-396b3e298b21677ebe3c6f5c2f5b837ac25625f2.tar.bz2 plus-396b3e298b21677ebe3c6f5c2f5b837ac25625f2.tar.xz plus-396b3e298b21677ebe3c6f5c2f5b837ac25625f2.zip |
Move dialog type 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 1bf27a9fe..c963a244a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -158,6 +158,7 @@ manaplus_SOURCES += events/actionevent.h \ gui/chatlog.h \ gui/cliprect.h \ gui/color.h \ + gui/dialogtype.h \ listeners/deathlistener.h \ listeners/errorlistener.cpp \ listeners/errorlistener.h \ |