diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-01 22:53:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-01 22:53:47 +0300 |
commit | 254cc9c7a5ecc45bb0c77b28d5e98e03674223f0 (patch) | |
tree | dc0f5e81ae6e959d9ac3885e06d56c1efd3e7642 /src/Makefile.am | |
parent | dbf1544dc6dd7e31ad884afaffb192944f8bb22f (diff) | |
download | plus-254cc9c7a5ecc45bb0c77b28d5e98e03674223f0.tar.gz plus-254cc9c7a5ecc45bb0c77b28d5e98e03674223f0.tar.bz2 plus-254cc9c7a5ecc45bb0c77b28d5e98e03674223f0.tar.xz plus-254cc9c7a5ecc45bb0c77b28d5e98e03674223f0.zip |
Fix compilation with some debug flags.
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 d34fe7ee6..ec895c687 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -127,6 +127,8 @@ dyecmd_SOURCES = gui/cliprect.cpp \ utils/physfstools.h \ utils/sdl2helper.cpp \ utils/sdl2helper.h \ + utils/sdlcheckutils.cpp \ + utils/sdlcheckutils.h \ utils/sdlhelper.cpp \ utils/sdlhelper.h \ utils/sdlmemoryobject.h \ |