diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-30 19:44:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-30 19:44:59 +0300 |
commit | 076b11c903f88592fbd74f3af3989e71362912f8 (patch) | |
tree | e2fe6fe92e2a19ccd2c9a49073175128581eaa81 /src/Makefile.am | |
parent | 112058d7208f9a48a14d943e560b3b703647653a (diff) | |
download | plus-076b11c903f88592fbd74f3af3989e71362912f8.tar.gz plus-076b11c903f88592fbd74f3af3989e71362912f8.tar.bz2 plus-076b11c903f88592fbd74f3af3989e71362912f8.tar.xz plus-076b11c903f88592fbd74f3af3989e71362912f8.zip |
move mgl files into render directory.
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 90925ef2d..185f92b25 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -684,8 +684,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ mapheights.h \ maplayer.cpp \ maplayer.h \ - mgl.cpp \ - mgl.h \ + render/mgl.cpp \ + render/mgl.h \ render/mobileopenglgraphics.cpp \ render/mobileopenglgraphics.h \ mouseinput.cpp \ |