Changeset 8eb44963185f8afa008b1abfe3f6fad0839b2efd

Show
Ignore:
Timestamp:
04/24/08 21:02:14 (9 months ago)
Author:
dave <dave@…>
Parents:
0a55ed69e9335dedb34800a9364559814f7b38ee
Children:
0c11a534a1b97b7addf59c733a31bcbe1120fcc9
git-committer:
dave <dave@06fd6eb0-0002-0410-a719-e5602cce40bc> / 2008-04-24T11:02:14Z+0000
Message:

Updated the Makefile

git-svn-id: svn+ssh://davebalmain.com/home/dave/repos/ferret/trunk@1042 06fd6eb0-0002-0410-a719-e5602cce40bc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • c/Makefile

    r6503f8 r8eb449  
    4545search.o            similarity.o         sort.o             stopwords.o       \ 
    4646store.o             term_vectors.o       field_index.o      lang.o            \ 
    47 scanner.o           scanner_mb.o         intern.o 
     47scanner.o           scanner_mb.o         symbol.o 
    4848 
    4949TEST_OBJS = \ 
     
    6060test_analysis.o          test_filter.o            test_priorityqueue.o \ 
    6161test_sort.o              test_ram_store.o         test_file_deleter.o  \ 
    62 test_lang.o              test_intern.o 
     62test_lang.o              test_symbol.o 
    6363 
    6464BENCH_OBJS = benchmark.o bm_bitvector.o bm_hash.o \