From 17f7c1f8d1fc4b921283451ea3435974862d4369 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Mon, 14 Jul 2008 20:05:50 +0200 Subject: [PATCH] Readding line of makefile lost in merge --- lib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile b/lib/Makefile index e1cc9ec0..4177f51e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -95,6 +95,7 @@ $(o)/lib/binheap-test: $(o)/lib/binheap-test.o $(LIBUCW) $(o)/lib/lizard-test: $(o)/lib/lizard-test.o $(LIBUCW) $(o)/lib/kmp-test: $(o)/lib/kmp-test.o $(LIBUCW) $(LIBCHARSET) $(o)/lib/ipaccess-test: $(o)/lib/ipaccess-test.o $(LIBUCW) +$(o)/lib/trie-test: $(o)/lib/trie-test.o $(LIBUCW) $(o)/lib/basecode: $(o)/lib/basecode.o $(LIBUCW) TESTS+=$(addprefix $(o)/lib/,regex.test unicode.test hash-test.test mempool.test stkstring.test \ -- 2.39.2