From f635f4d406f772b54455331cdf23cc10a361392a Mon Sep 17 00:00:00 2001 From: Daniel Fiala Date: Tue, 16 Oct 2007 10:31:50 +0200 Subject: [PATCH] Patrik needs lib/binsearch.h in the library package. --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 95938ed1..d884ffb0 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -55,7 +55,7 @@ LIBUCW_INCLUDES= \ md5.h \ base64.h base224.h \ qache.h \ - kmp.h kmp-search.h + kmp.h kmp-search.h binsearch.h ifdef CONFIG_UCW_THREADS # Some modules require threading -- 2.39.2