SDL-mirror/test/test-automation/testrect/Makefile.am
Markus Kauppila 1ba2041d01 Fixed linking issue concerning test suites.
Fixed linux build (it compiles and runs properly).
2011-07-20 23:37:58 +03:00

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