mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
1306915879
Fixes #936.
13 lines
226 B
Makefile
13 lines
226 B
Makefile
include $(REP_DIR)/ports/sdl_net.inc
|
|
SDL_NET_DIR = $(REP_DIR)/contrib/$(SDL_NET)
|
|
|
|
SRC_C = $(notdir $(wildcard $(SDL_NET_DIR)/SDLnet*.c))
|
|
|
|
vpath %.c $(SDL_NET_DIR)
|
|
|
|
INC_DIR += $(SDL_NET_DIR)
|
|
|
|
LIBS += libc sdl
|
|
|
|
SHARED_LIB = yes
|