2011-06-18 10:36:27 -07:00
|
|
|
lib_LTLIBRARIES = libtestplatform.la
|
2011-07-20 23:37:58 +03:00
|
|
|
libtestplatform_la_SOURCES = testplatform.c
|
2011-06-18 10:36:27 -07:00
|
|
|
libtestplatform_la_CLAGS = -fPIC -g
|
2011-08-06 21:32:59 +03:00
|
|
|
libtestplatform_la_LDFLAGS = `sdl-config --libs` -I ../../src/libSDLtest/.libs/libSDLtest.la
|