diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-17 19:54:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-17 19:54:35 +0300 |
commit | ad6d93bed95046d983c005fce409e8e5328ce46f (patch) | |
tree | 7dda83948acdea0b762d60bbe8f442b7947494b0 /src/Makefile.am | |
parent | 8035bc3225899800c239689c32503542f97dd19d (diff) | |
download | mv-ad6d93bed95046d983c005fce409e8e5328ce46f.tar.gz mv-ad6d93bed95046d983c005fce409e8e5328ce46f.tar.bz2 mv-ad6d93bed95046d983c005fce409e8e5328ce46f.tar.xz mv-ad6d93bed95046d983c005fce409e8e5328ce46f.zip |
Move buttoninfo 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 e2df5a905..2beb3740f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -155,6 +155,7 @@ endif manaplus_SOURCES += events/actionevent.h \ listeners/actionlistener.h \ gui/widgets/basiccontainer.h \ + gui/buttoninfo.h \ gui/chatconsts.h \ gui/chatlog.h \ gui/cliprect.h \ |