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 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 \ |