mirror of
https://github.com/yawut/SDL.git
synced 2026-04-18 14:47:27 -05:00
5 lines
196 B
Makefile
5 lines
196 B
Makefile
lib_LTLIBRARIES = libtestvideo.la
|
|
libtestvideo_la_SOURCES = testvideo.c
|
|
libtestvideo_la_CLAGS = -fPIC -g
|
|
libtestvideo_la_LDFLAGS = `sdl-config --libs` -I ../../src/libSDLtest/.libs/libSDLtest.la
|