fix more automake build errors
This commit is contained in:
parent
2535f69fbc
commit
1d7e60dbd0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
nobase_pkginclude_HEADERS=$(wildcard *.h) $(wildcard */*.h)
|
||||
lib_LTLIBRARIES=libstasis.la
|
||||
libstasis_la_SOURCES=crc32.c redblack.c lhtable.c rw.c doubleLinkedList.c common.c flags.c \
|
||||
libstasis_la_SOURCES=crc32.c redblack.c tsearchcompat.c concurrentHash.c lhtable.c rw.c doubleLinkedList.c common.c flags.c \
|
||||
stats.c linkedlist.c operations.c pageHandle.c \
|
||||
page.c bufferPool.c blobManager.c recovery2.c truncation.c \
|
||||
dirtyPageTable.c transactionTable.c \
|
||||
|
|
Loading…
Reference in a new issue