diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 15eeb379e..2fcea1281 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -523,8 +523,12 @@ SRC += events/actionevent.h \ render/graphics.h \ graphicsmanager.cpp \ graphicsmanager.h \ - render/vertexes/graphicsvertexes.cpp \ - render/vertexes/graphicsvertexes.h \ + render/vertexes/imagecollection.cpp \ + render/vertexes/imagecollection.h \ + render/vertexes/imagevertexes.cpp \ + render/vertexes/imagevertexes.h \ + render/vertexes/openglgraphicsvertexes.cpp \ + render/vertexes/openglgraphicsvertexes.h \ events/inputevent.h \ input/inputactiondata.h \ input/inputactionoperators.cpp \ |