SDL-mirror/test/test-automation/testrect/Makefile.am

5 lines
223 B
Text
Raw Normal View History

lib_LTLIBRARIES = libtestrect.la
2011-07-10 18:42:52 +03:00
libtestrect_la_SOURCES = testrect.c ../SDL_test.c ../logger_helpers.c ../plain_logger.c ../xml_logger.c ../xml.c
libtestrect_la_CLAGS = -fPIC -g
libtestrect_la_LDFLAGS = `sdl-config --libs`