This commit is a response to Genode's increased default warning level. See the corresponding issue at: https://github.com/genodelabs/genode/issues/465
14 lines
216 B
Makefile
14 lines
216 B
Makefile
include $(REP_DIR)/lib/import/import-libogg.mk
|
|
|
|
LIBOGG_SRC_DIR = $(LIBOGG_PORT_DIR)/src/lib/libogg/src
|
|
|
|
SRC_C = framing.c bitwise.c
|
|
|
|
LIBS += libc
|
|
|
|
vpath %.c $(LIBOGG_SRC_DIR)
|
|
|
|
SHARED_LIB = yes
|
|
|
|
CC_CXX_WARN_STRICT =
|