diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 00a136b4a..b69cce69b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -599,8 +599,6 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ map.h \ maplayer.cpp \ maplayer.h \ - opengl1graphics.cpp\ - opengl1graphics.h \ openglgraphics.cpp\ openglgraphics.h \ particle.cpp \ @@ -621,6 +619,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ properties.h \ rotationalparticle.cpp \ rotationalparticle.h \ + safeopenglgraphics.cpp\ + safeopenglgraphics.h \ shopitem.cpp \ shopitem.h \ simpleanimation.cpp \ |