2011-06-18 10:36:27 -07:00
|
|
|
lib_LTLIBRARIES = libtestplatform.la
|
2011-07-10 18:42:52 +03:00
|
|
|
libtestplatform_la_SOURCES = testplatform.c ../SDL_test.c ../logger_helpers.c ../plain_logger.c ../xml_logger.c ../xml.c
|
2011-06-18 10:36:27 -07:00
|
|
|
libtestplatform_la_CLAGS = -fPIC -g
|
|
|
|
libtestplatform_la_LDFLAGS = `sdl-config --libs`
|