diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5f1ee760..a7f16a26 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -285,7 +285,8 @@ tmw_SOURCES = gui/widgets/resizegrip.cpp \ sprite.h \ textparticle.cpp \ textparticle.h \ - tileset.h + tileset.h \ + vector.h # set the include path found by configure INCLUDES = \ |