5 lines
387 B
Makefile
5 lines
387 B
Makefile
lib_LTLIBRARIES = libtestsurface.la
|
|
libtestsurface_la_SOURCES = testsurface.c ../SDL_test.c ../logger_helpers.c ../plain_logger.c ../xml_logger.c ../xml.c \
|
|
../common/common.c ../common/img_blit.c ../common/img_blitblend.c ../common/img_face.c ../common/img_primitives.c ../common/img_primitivesblend.c
|
|
libtestsurface_la_CLAGS = -fPIC -g
|
|
libtestsurface_la_LDFLAGS = `sdl-config --libs`
|