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 f4ad7b51..02d73b1a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -359,7 +359,9 @@ tmw_SOURCES = gui/widgets/dropdown.cpp \ textparticle.h \ tileset.h \ vector.cpp \ - vector.h + vector.h \ + effectmanager.cpp \ + effectmanager.h # set the include path found by configure INCLUDES = \ |