diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-21 16:34:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-24 21:08:15 +0300 |
commit | 84189722a64c0794fbd918b4e6412908be2b7394 (patch) | |
tree | 7a9ed8e36889f2a6a5e49e98ae621fbd635bbb50 /src/Makefile.am | |
parent | 31f6125fc7253e278bba5db46e08f370d92717c7 (diff) | |
download | plus-84189722a64c0794fbd918b4e6412908be2b7394.tar.gz plus-84189722a64c0794fbd918b4e6412908be2b7394.tar.bz2 plus-84189722a64c0794fbd918b4e6412908be2b7394.tar.xz plus-84189722a64c0794fbd918b4e6412908be2b7394.zip |
separate SDLGraphics and SDLImageHelper to 1.2 and 2.
add missing sdlshared.h
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 \ |