2011-06-01 18:03:09 -07:00
|
|
|
lib_LTLIBRARIES = libtestrect.la
|
2011-07-20 23:37:58 +03:00
|
|
|
libtestrect_la_SOURCES = testrect.c
|
2011-06-01 18:03:09 -07:00
|
|
|
libtestrect_la_CLAGS = -fPIC -g
|
2011-07-20 23:37:58 +03:00
|
|
|
libtestrect_la_LDFLAGS = `sdl-config --libs` -I ../.libs/libtest.la
|