Updated
authornvalimak <nvalimak@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Sat, 7 Feb 2009 17:18:43 +0000 (17:18 +0000)
committernvalimak <nvalimak@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Sat, 7 Feb 2009 17:18:43 +0000 (17:18 +0000)
git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@140 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

makefile

index 36094fe..526643b 100644 (file)
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@ LIBCDSPATH = ../libcds
 CPPFLAGS = -Wall -ansi -g -O2 -I$(LIBCDSPATH)/includes/ -DNDEBUG
 LIBCDSA = $(LIBCDSPATH)/lib/libcds.a
 
-testTextCollection_obs = testTextCollection5.o TextCollection.o CSA.o Tools.o BitRank.o bittree.o rbtree.o dynFMI.o RLWaveletTree.o GapEncode.o BSGAP.o ${LIBCDSA}
+testTextCollection_obs = testTextCollection.o TextCollection.o CSA.o Tools.o BitRank.o bittree.o rbtree.o dynFMI.o RLWaveletTree.o GapEncode.o BSGAP.o ${LIBCDSA}
 
 all: $(testTextCollection_obs)