4 lines
195 B
Makefile
4 lines
195 B
Makefile
lib_LTLIBRARIES = libtestrwops.la
|
|
libtestrwops_la_SOURCES = testrwops.c
|
|
libtestrwops_la_CLAGS = -fPIC -g
|
|
libtestrwops_la_LDFLAGS = `sdl-config --libs` -I ../../src/libSDLtest/.libs/libSDLtest.la
|