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