This commit is contained in:
jl777
2019-01-19 01:37:20 -11:00
parent b693dfd93c
commit 32d407e84e
2 changed files with 1 additions and 3 deletions

View File

@@ -559,8 +559,6 @@ if ENABLE_WALLET
komodod_LDADD += $(LIBBITCOIN_WALLET)
endif
cclib.so: cclib.cpp
komodod_LDADD += \
$(BOOST_LIBS) \
$(BDB_LIBS) \

View File

@@ -1,2 +1,2 @@
char *CClib_name() { return("stub"); }
char *CClib_name() { return((char *)"stub"); }