Char *
This commit is contained in:
@@ -559,8 +559,6 @@ if ENABLE_WALLET
|
|||||||
komodod_LDADD += $(LIBBITCOIN_WALLET)
|
komodod_LDADD += $(LIBBITCOIN_WALLET)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
cclib.so: cclib.cpp
|
|
||||||
|
|
||||||
komodod_LDADD += \
|
komodod_LDADD += \
|
||||||
$(BOOST_LIBS) \
|
$(BOOST_LIBS) \
|
||||||
$(BDB_LIBS) \
|
$(BDB_LIBS) \
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
|
|
||||||
char *CClib_name() { return("stub"); }
|
char *CClib_name() { return((char *)"stub"); }
|
||||||
|
|||||||
Reference in New Issue
Block a user