diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-17 22:53:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-17 22:53:42 +0300 |
commit | fdfeb1ca7aabe65ea24ffa9343e2745ebd70a17b (patch) | |
tree | ed1480de8c6ce998973ddeecea5baf15a07ee5ae /src/Makefile.am | |
parent | e50a003a016248c3df8e17dc331b878dbdf08b48 (diff) | |
download | plus-fdfeb1ca7aabe65ea24ffa9343e2745ebd70a17b.tar.gz plus-fdfeb1ca7aabe65ea24ffa9343e2745ebd70a17b.tar.bz2 plus-fdfeb1ca7aabe65ea24ffa9343e2745ebd70a17b.tar.xz plus-fdfeb1ca7aabe65ea24ffa9343e2745ebd70a17b.zip |
Move mouseoverlink 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 c16c71395..0bbe07a2e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -367,6 +367,7 @@ BASE_SRC += events/actionevent.h \ gui/gui.cpp \ gui/gui.h \ gui/mailmessage.h \ + gui/mouseoverlink.h \ gui/windows/okdialog.cpp \ gui/windows/okdialog.h \ gui/onlineplayer.h \ |