Files
genode-world/lib/mk/libspng.mk
Josef Söntgen 8fd9c2c536 Add port of libspng-0.4.3
Fixes #148.
2019-03-05 18:34:42 +01:00

14 lines
227 B
Makefile

include $(REP_DIR)/lib/import/import-libspng.mk
LIBSPNG_SRC_DIR := $(LIBSPNG_PORT_DIR)/src/lib/libspng/src
SRC_C := common.c decode.c
LIBS += libc zlib
vpath %.c $(LIBSPNG_SRC_DIR)
SHARED_LIB := yes
CC_CXX_WARN_STRICT :=