assure that base bitcoind and bitcoin still build

This commit is contained in:
Wladimir J. van der Laan
2011-09-18 12:41:48 +02:00
parent 3c66913cd2
commit e122e42354
7 changed files with 16 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ HEADERS = \
net.h \
noui.h \
protocol.h \
rpc.h \
bitcoinrpc.h \
script.h \
serialize.h \
strlcpy.h \
@@ -76,7 +76,7 @@ OBJS= \
obj/main.o \
obj/net.o \
obj/protocol.o \
obj/rpc.o \
obj/bitcoinrpc.o \
obj/script.o \
obj/util.o \
obj/wallet.o \