diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-19 21:15:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-19 21:15:55 +0300 |
commit | 4503b047574e1374d16d2bec7e10285f59cc6d51 (patch) | |
tree | d7efb46c3154b2dd1487751d18c4a2f91ec87c07 /src/Makefile.am | |
parent | c4acdd1997b5bdc7b70e52ea90354ee65f15360a (diff) | |
download | plus-4503b047574e1374d16d2bec7e10285f59cc6d51.tar.gz plus-4503b047574e1374d16d2bec7e10285f59cc6d51.tar.bz2 plus-4503b047574e1374d16d2bec7e10285f59cc6d51.tar.xz plus-4503b047574e1374d16d2bec7e10285f59cc6d51.zip |
Rename opengl1graphics to safeopenglgraphics.
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 \ |