remove bTree stuff from build systems

This commit is contained in:
Sears Russell 2008-10-04 01:35:56 +00:00
parent ef487c4dc8
commit d43e64a41f
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ ADD_LIBRARY(stasis crc32.c redblack.c lhtable.c doubleLinkedList.c
operations/nestedTopActions.c operations/nestedTopActions.c
operations/linearHashNTA.c operations/linearHashNTA.c
operations/linkedListNTA.c operations/linkedListNTA.c
operations/pageOrientedListNTA.c operations/bTree.c operations/pageOrientedListNTA.c
operations/regions.c operations/lsmTree.c operations/regions.c operations/lsmTree.c
io/rangeTracker.c io/memory.c io/file.c io/pfile.c io/rangeTracker.c io/memory.c io/file.c io/pfile.c
io/non_blocking.c io/debug.c io/non_blocking.c io/debug.c

View file

@ -13,7 +13,7 @@ libstasis_la_SOURCES=crc32.c redblack.c lhtable.c doubleLinkedList.c common.c fl
operations/arrayList.c hash.c \ operations/arrayList.c hash.c \
operations/naiveLinearHash.c operations/nestedTopActions.c \ operations/naiveLinearHash.c operations/nestedTopActions.c \
operations/linearHashNTA.c operations/linkedListNTA.c \ operations/linearHashNTA.c operations/linkedListNTA.c \
operations/pageOrientedListNTA.c operations/bTree.c \ operations/pageOrientedListNTA.c \
operations/regions.c operations/lsmTree.c \ operations/regions.c operations/lsmTree.c \
io/rangeTracker.c io/memory.c io/file.c io/pfile.c io/non_blocking.c \ io/rangeTracker.c io/memory.c io/file.c io/pfile.c io/non_blocking.c \
io/debug.c \ io/debug.c \