4 lines
196 B
Makefile
4 lines
196 B
Makefile
lib_LTLIBRARIES = libtestsyswm.la
|
|
libtestsyswm_la_SOURCES = testsyswm.c
|
|
libtestsyswm_la_CLAGS = -fPIC -g
|
|
libtestsyswm_la_LDFLAGS = `sdl-config --libs` -I ../../src/libSDLtest/.libs/libSDLtest.la
|