diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-26 16:09:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-26 16:52:08 +0300 |
commit | 929aeb1591e739588cd8cf629e7d7ac5a95261b1 (patch) | |
tree | 2b61b477d0e0ffed31a90ba2d6c019da926282aa /src/Makefile.am | |
parent | b661524e8b7b41cec237492ecd52fdda7b9be394 (diff) | |
download | manaplus-929aeb1591e739588cd8cf629e7d7ac5a95261b1.tar.gz manaplus-929aeb1591e739588cd8cf629e7d7ac5a95261b1.tar.bz2 manaplus-929aeb1591e739588cd8cf629e7d7ac5a95261b1.tar.xz manaplus-929aeb1591e739588cd8cf629e7d7ac5a95261b1.zip |
add surface allocation debug code.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b211a8689..3d7240abb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -549,6 +549,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ utils/process.h \ utils/sdl2helper.cpp \ utils/sdl2helper.h \ + utils/sdlcheckutils.cpp \ + utils/sdlcheckutils.h \ utils/sdlhelper.cpp \ utils/sdlhelper.h \ utils/specialfolder.cpp \ |