f3967bc build: fix build weirdness after 54372482. (Cory Fields)
f3967bc
54372482
@ -18,7 +18,7 @@ $(LIBLEVELDB) $(LIBMEMENV):
endif
BITCOIN_CONFIG_INCLUDES=-I$(builddir)/config
BITCOIN_INCLUDES=-I$(builddir) -I$(builddir)/obj $(BITCOIN_CONFIG_INCLUDES) $(BOOST_CPPFLAGS) $(LEVELDB_CPPFLAGS)
BITCOIN_INCLUDES=-I$(builddir) -I$(builddir)/obj $(BOOST_CPPFLAGS) $(LEVELDB_CPPFLAGS)
noinst_LIBRARIES = \
libbitcoin_server.a \
@ -2,7 +2,7 @@
#define CLIENTVERSION_H
#if defined(HAVE_CONFIG_H)
#include "bitcoin-config.h"
#include "config/bitcoin-config.h"
#else
//
// client versioning and copyright year
@ -3,7 +3,7 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#endif
#include <cstddef>
@ -4,7 +4,7 @@
#include "init.h"
@ -7,7 +7,7 @@
#define BITCOIN_MAIN_H
#include "chainparams.h"
#include "net.h"
@ -6,7 +6,7 @@
#define BITCOIN_NETBASE_H
#include "compat.h"
#include "addressbookpage.h"
#include "bitcoingui.h"
#define BITCOINGUI_H
#include <QMainWindow>
#define NOTIFICATOR_H
#include <QIcon>
#include "optionsdialog.h"
#include "optionsmodel.h"
@ -22,7 +22,7 @@
#include "bitcoin-config.h" /* for USE_QRCODE */
#include "config/bitcoin-config.h" /* for USE_QRCODE */
#ifdef USE_QRCODE
@ -1,5 +1,5 @@
#ifdef ENABLE_WALLET
#define BITCOIN_UTIL_H