diff --git a/GNUmakefile b/GNUmakefile index 49a8ff2..93bd983 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,6 +4,8 @@ include Configuration.mk +ENABLED += -DNEEDS_STRL + LIBDL += -ldl # ------------------------------------------------------------- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6c680ed..29870d6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -11,6 +11,8 @@ * nga-c: split device code into separate source files * use hashed dictionary search by default * removed words deprecated in 2022.8 +* new example: konilo-wiki.retro +* GNUmakefile fix from drakonis ================================================================