Creating flexible logging system which supports XML and plain

text. Work under progress.
This commit is contained in:
Markus Kauppila 2011-06-21 19:31:46 +03:00
parent f578687b3d
commit ac07ad67d9
5 changed files with 426 additions and 333 deletions

View file

@ -7,6 +7,11 @@ runner_SOURCES = runner.c SDL_test.c
runner_CLAGS = -W -Wall -Wextra -g `sdl-config --cflags` -DSDL_NO_COMPAT
runner_LDFLAGS = `sdl-config --libs`
bin_PROGRAMS = logger
logger_SOURCES = xml_logger.c xml.c
logger_CLAGS = -W -Wall -Wextra -g `sdl-config --cflags` -DSDL_NO_COMPAT
logger_LDFLAGS = `sdl-config --libs`
install: install-tests
install-tests:
-mkdir tests