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>2011-08-28 18:19:48 +0000
committerStijn Buys <ingar@osirion.org>2011-08-28 18:19:48 +0000
commit5afce7d29a2d852446b58b4410c43d7bf2063b11 (patch)
tree9a8f6652d5c65e5ccac0abdeac9dfc2f7aa1b3b0 /src/client/Makefile.am
parent3b75614be6d9f6e84a1b5818c5827dbc0ab5d516 (diff)
Added client::ButtonMenu base class, refactored client::EntityMenu as a ButtonMenu child.
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 9915d0e..c46d885 100644
--- a/src/client/Makefile.am
+++ b/src/client/Makefile.am
@@ -10,6 +10,7 @@ endif
noinst_HEADERS = \
action.h \
+ buttonmenu.h \
buymenu.h \
chat.h \
client.h \
@@ -38,6 +39,7 @@ noinst_HEADERS = \
libclient_la_SOURCES = \
action.cc \
+ buttonmenu.cc \
buymenu.cc \
chat.cc \
client.cc \