diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-08 01:36:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-08 01:36:38 +0300 |
commit | e05655679e7bd9488c31169ece3d404fd9160c8d (patch) | |
tree | 1389938ad33bced4a978ce4faee9284cf99994ff /src/Makefile.am | |
parent | 410dd6c3d845cc0e19fd678090d95669bdeb5885 (diff) | |
download | plus-e05655679e7bd9488c31169ece3d404fd9160c8d.tar.gz plus-e05655679e7bd9488c31169ece3d404fd9160c8d.tar.bz2 plus-e05655679e7bd9488c31169ece3d404fd9160c8d.tar.xz plus-e05655679e7bd9488c31169ece3d404fd9160c8d.zip |
copy mobileopengl into modernopengl.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ca904f168..27d501638 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -970,6 +970,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ render/mgltypes.h \ render/mobileopenglgraphics.cpp \ render/mobileopenglgraphics.h \ + render/modernopenglgraphics.cpp \ + render/modernopenglgraphics.h \ input/mouseinput.h \ navigationmanager.cpp \ navigationmanager.h \ |