Added search directory

X-SVN-Rev: 843
This commit is contained in:
John Fitzpatrick 2000-02-26 22:01:20 +00:00
parent 1a9d04805e
commit c22fde3d5a
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#
# @(#)$RCSfile: GNUmakefile,v $ $Revision: 1.2 $ $Date: 2000/02/25 18:21:59 $
# @(#)$RCSfile: GNUmakefile,v $ $Revision: 1.3 $ $Date: 2000/02/26 22:01:20 $
#
TOPDIR= ../../../..
@ -7,7 +7,7 @@ PACKAGE= com.ibm.test
include $(TOPDIR)/src/build/defs.gmk
SUBDIRS= rbnf normalizer RuleBasedBreakIterator compression bnf translit topleveltest
SUBDIRS= rbnf normalizer RuleBasedBreakIterator compression bnf translit search topleveltest
FILES_java= $(TARGDIR)/TestFmwk.java \

View File

@ -1,5 +1,5 @@
#
# @(#)$RCSfile: makefile,v $ $Revision: 1.2 $ $Date: 2000/02/25 18:21:59 $
# @(#)$RCSfile: makefile,v $ $Revision: 1.3 $ $Date: 2000/02/26 22:01:20 $
#
TOPDIR= ../../../..
@ -7,7 +7,7 @@ PACKAGE= com.ibm.test
!include $(TOPDIR)/src/build/defs.mak
SUBDIRS= rbnf normalizer RuleBasedBreakIterator compression bnf translit topleveltest
SUBDIRS= rbnf normalizer RuleBasedBreakIterator compression bnf translit search topleveltest
FILES_java= $(TARGDIR)/TestFmwk.java \