]> mj.ucw.cz Git - libucw.git/commitdiff
Readding line of makefile lost in merge
authorMichal Vaner <vorner@ucw.cz>
Mon, 14 Jul 2008 18:05:50 +0000 (20:05 +0200)
committerMichal Vaner <vorner@ucw.cz>
Mon, 14 Jul 2008 18:05:50 +0000 (20:05 +0200)
lib/Makefile

index e1cc9ec0a6702f851c34550d817172adfc0760a5..4177f51ee5c506e5185d76d97db37ae3d18c01e4 100644 (file)
@@ -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 \