diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b86617e23..09c47c21e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -605,7 +605,9 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ maplayer.h \ mgl.cpp \ mgl.h \ - normalopenglgraphics.cpp\ + mobileopenglgraphics.cpp \ + mobileopenglgraphics.h \ + normalopenglgraphics.cpp \ normalopenglgraphics.h \ particle.cpp \ particle.h \ |