diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2c79db79..b5292dd8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -93,6 +93,12 @@ tmw_SOURCES = graphic/spriteset.cpp \ gui/windowcontainer.h \ gui/inttextbox.h \ gui/inttextbox.cpp \ + gui/box.h \ + gui/box.cpp \ + gui/vbox.h \ + gui/vbox.cpp \ + gui/hbox.h \ + gui/hbox.cpp \ net/network.cpp \ net/network.h \ net/protocol.cpp \ |