Replace printf/fprintf with own print_info() / print_error() using SDL_log
[mercenary-reloaded.git] / src / libsdl / Makefile.am
index ac69ce8..bb2db08 100644 (file)
@@ -4,5 +4,6 @@ noinst_LIBRARIES = libsdl.a
 
 libsdl_a_SOURCES = \
        sdl.c \
-       opengl.c
+       opengl.c \
+       print.c