Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-10-13 15:38:03 +0000
committerStijn Buys <ingar@osirion.org>2012-10-13 15:38:03 +0000
commit5dea1a263136c4cbe011de3325605dd3dc4523af (patch)
tree6da09a6007a148d5fe13254f275bb68b71242429 /src/client/Makefile.am
parent3b8ea0849fac5532d61a90608bda876cf518ba1b (diff)
Added dialog infrastructure.
Diffstat (limited to 'src/client/Makefile.am')
-rw-r--r--src/client/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/Makefile.am b/src/client/Makefile.am
index 7b3c69b..1baefd8 100644
--- a/src/client/Makefile.am
+++ b/src/client/Makefile.am
@@ -15,6 +15,7 @@ noinst_HEADERS = \
chat.h \
client.h \
clientext.h \
+ dialog.h \
entitymenu.h \
galaxymapwidget.h \
gamewindow.h \
@@ -46,6 +47,7 @@ libclient_la_SOURCES = \
chat.cc \
client.cc \
clientext.cc \
+ dialog.cc \
entitymenu.cc \
galaxymapwidget.cc \
gamewindow.cc \