From: Michal Vaner Date: Mon, 14 Jul 2008 18:05:50 +0000 (+0200) Subject: Readding line of makefile lost in merge X-Git-Tag: holmes-import~397 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=17f7c1f8d1fc4b921283451ea3435974862d4369;p=libucw.git Readding line of makefile lost in merge --- 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 \