4 lines
243 B
Makefile
4 lines
243 B
Makefile
lib_LTLIBRARIES = libtestplatform.la
|
|
libtestplatform_la_SOURCES = testplatform.c ../SDL_test.c ../logger_helpers.c ../plain_logger.c ../xml_logger.c ../xml.c
|
|
libtestplatform_la_CLAGS = -fPIC -g
|
|
libtestplatform_la_LDFLAGS = `sdl-config --libs`
|