diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1080accd..ef915046 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -71,7 +71,9 @@ tmw_SOURCES = graphic/spriteset.cpp \ gui/textbox.h \ gui/textfield.cpp \ gui/textfield.h \ - gui/window.cpp \ + gui/trade.cpp \ + gui/trade.h \ + gui/window.cpp \ gui/window.h \ gui/windowcontainer.cpp \ gui/windowcontainer.h \ |