Move sqlite back in claimtrie
Signed-off-by: Anthony Fieroni <bvbfan@abv.bg>
This commit is contained in:
parent
558aa49b5c
commit
e9854c6cf8
15 changed files with 2 additions and 2 deletions
|
@ -411,11 +411,11 @@ claimtrie_libclaimtrie_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
||||||
claimtrie_libclaimtrie_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
claimtrie_libclaimtrie_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
||||||
claimtrie_libclaimtrie_a_CFLAGS = $(PIE_FLAGS)
|
claimtrie_libclaimtrie_a_CFLAGS = $(PIE_FLAGS)
|
||||||
claimtrie_libclaimtrie_a_SOURCES = \
|
claimtrie_libclaimtrie_a_SOURCES = \
|
||||||
sqlite/sqlite3.c \
|
|
||||||
claimtrie/data.cpp \
|
claimtrie/data.cpp \
|
||||||
claimtrie/forks.cpp \
|
claimtrie/forks.cpp \
|
||||||
claimtrie/hashes.cpp \
|
claimtrie/hashes.cpp \
|
||||||
claimtrie/log.cpp \
|
claimtrie/log.cpp \
|
||||||
|
claimtrie/sqlite/sqlite3.c \
|
||||||
claimtrie/trie.cpp \
|
claimtrie/trie.cpp \
|
||||||
claimtrie/txoutpoint.cpp \
|
claimtrie/txoutpoint.cpp \
|
||||||
claimtrie/uints.cpp
|
claimtrie/uints.cpp
|
||||||
|
|
|
@ -15,7 +15,7 @@ set(CLAIMTRIE_SRC
|
||||||
trie.cpp
|
trie.cpp
|
||||||
txoutpoint.cpp
|
txoutpoint.cpp
|
||||||
uints.cpp
|
uints.cpp
|
||||||
../sqlite/sqlite3.c
|
./sqlite/sqlite3.c
|
||||||
)
|
)
|
||||||
|
|
||||||
if(BIND)
|
if(BIND)
|
||||||
|
|
Loading…
Reference in a new issue