summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 534ff962..9fc479d9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,5 @@
bin_PROGRAMS = tmw
-tmw_SOURCES = graphic/graphic.cpp \
- graphic/graphic.h \
- graphic/spriteset.cpp \
+tmw_SOURCES = graphic/spriteset.cpp \
graphic/spriteset.h \
gui/button.cpp \
gui/button.h \
@@ -94,10 +92,14 @@ tmw_SOURCES = graphic/graphic.cpp \
being.h \
configuration.cpp \
configuration.h \
+ engine.cpp \
+ engine.h \
floor_item.cpp \
floor_item.h \
game.cpp \
game.h \
+ graphics.cpp \
+ graphics.h \
log.cpp \
log.h \
main.cpp \