4 lines
190 B
Makefile
4 lines
190 B
Makefile
lib_LTLIBRARIES = libtestrect.la
|
|
libtestrect_la_SOURCES = testrect.c
|
|
libtestrect_la_CLAGS = -fPIC -g
|
|
libtestrect_la_LDFLAGS = `sdl-config --libs` -I ../../src/libSDLtest/.libs/libSDLtest.la
|