diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1c98073c..d20280fa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,6 @@ bin_PROGRAMS = tmw tmw_SOURCES = graphic/spriteset.cpp \ + graphic/imagerect.h \ graphic/spriteset.h \ gui/browserbox.cpp \ gui/browserbox.h \ @@ -128,6 +129,8 @@ tmw_SOURCES = graphic/spriteset.cpp \ base64.h \ being.cpp \ being.h \ + configlistener.cpp \ + configlistener.h \ configuration.cpp \ configuration.h \ engine.cpp \ |