mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
85a2ebc1c4
Issue #1082
7 lines
128 B
Makefile
7 lines
128 B
Makefile
SRC_C = SDL_ttf.c
|
|
LIBS += libc libm freetype sdl
|
|
|
|
vpath %.c $(call select_from_ports,sdl_ttf)/src/lib/sdl_ttf
|
|
|
|
SHARED_LIB = yes
|