aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2014-06-09 14:58:30 -0400
committerPieter Wuille <[email protected]>2014-06-21 19:47:43 +0200
commit54372482a8ffa363f5dd9ff1c80141a168109ed5 (patch)
treee7141e96b50b6dcc0fbb3f0a118208dfa580b6d2 /configure.ac
parentExtend and move all crypto tests to crypto_tests.cpp (diff)
downloaddiscoin-54372482a8ffa363f5dd9ff1c80141a168109ed5.tar.xz
discoin-54372482a8ffa363f5dd9ff1c80141a168109ed5.zip
build: move bitcoin-config.h to its own directory
This allows us to include its path without making other header includes valid.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 81a32f9fb..0caf653ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,7 +111,7 @@ AC_ARG_WITH([protoc-bindir],[AS_HELP_STRING([--with-protoc-bindir=BIN_DIR],[spec
AC_CONFIG_SRCDIR([src])
-AC_CONFIG_HEADERS([src/bitcoin-config.h])
+AC_CONFIG_HEADERS([src/config/bitcoin-config.h])
dnl Checks for programs.
AC_PROG_CXX