diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-12 20:59:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-12 20:59:16 +0300 |
commit | 6b0ade8b1ba9d9364b889d93c37486a52840031e (patch) | |
tree | a01268d40327f3eef9bab5a52424e6b54559fdc6 /src/Makefile.am | |
parent | 2f768a34f72560ee8b2934228f548a4909533887 (diff) | |
download | plus-6b0ade8b1ba9d9364b889d93c37486a52840031e.tar.gz plus-6b0ade8b1ba9d9364b889d93c37486a52840031e.tar.bz2 plus-6b0ade8b1ba9d9364b889d93c37486a52840031e.tar.xz plus-6b0ade8b1ba9d9364b889d93c37486a52840031e.zip |
Add server info window. For now empty.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1f9f1cc78..c4767ac47 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1216,6 +1216,8 @@ SRC = ${BASE_SRC} \ gui/windows/setupwindow.h \ gui/windows/serverdialog.cpp \ gui/windows/serverdialog.h \ + gui/windows/serverinfowindow.cpp \ + gui/windows/serverinfowindow.h \ gui/windows/quitdialog.cpp \ gui/windows/quitdialog.h \ gui/windows/questswindow.cpp \ |