aboutsummaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/gui.pro.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/gui.pro.in b/src/gui/gui.pro.in
index b099c07e..30e70349 100644
--- a/src/gui/gui.pro.in
+++ b/src/gui/gui.pro.in
@@ -27,7 +27,7 @@ TARGET = gui
VPATH += @srcdir@
## Our headers
-HEADERS += conversation.h main-window.h debate.h
+HEADERS += server.h conversation.h main-window.h debate.h
INCLUDEPATH += $$OA_INC
INCLUDEPATH += @srcdir@
INCLUDEPATH += @top_srcdir@/src/include
@@ -35,7 +35,7 @@ INCLUDEPATH += @top_builddir@/config
DEPENDPATH += @srcdir@
## Source files
-SOURCES += conversation.cc main-window.cc debate.cc main.cc
+SOURCES += server.cc conversation.cc main-window.cc debate.cc main.cc
## Additional support libraries
LIBS += $$OA_LIB $$OA_IOLIB