diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 685b8f63b..10844410c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -498,6 +498,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ resources/resource.h \ resources/resourcemanager.cpp \ resources/resourcemanager.h \ + resources/sdl2imagehelper.cpp \ + resources/sdl2imagehelper.h \ resources/sdlimagehelper.cpp \ resources/sdlimagehelper.h \ resources/sdlmusic.cpp \ @@ -698,6 +700,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ rotationalparticle.h \ safeopenglgraphics.cpp\ safeopenglgraphics.h \ + sdl2graphics.cpp \ + sdl2graphics.h \ sdlgraphics.cpp \ sdlgraphics.h \ shopitem.cpp \ |