Use this to share helpers or other extensions to the original avs API across modules. Start with including error codes to readable strings to improve velocity on AVS API error analysis.
7 lines
89 B
Makefile
7 lines
89 B
Makefile
libs += avs-util
|
|
|
|
libs_avs-util := \
|
|
|
|
src_avs-util := \
|
|
error.c \
|