summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-01-25 11:08:19 +0100
committerChristian Grothoff <christian@grothoff.org>2016-01-25 11:08:19 +0100
commitccb4ac92a3e69d26e6c04b10b407f5491eda7001 (patch)
tree99cff6ba9c5bb2a7b1725b1a852d9ef8bc28291c /src/Makefile.am
parent941cb8182f052bbd6344ba7daf91f3aa792027bd (diff)
downloadexchange-ccb4ac92a3e69d26e6c04b10b407f5491eda7001.tar.gz
exchange-ccb4ac92a3e69d26e6c04b10b407f5491eda7001.tar.bz2
exchange-ccb4ac92a3e69d26e6c04b10b407f5491eda7001.zip
more work on wire plugin
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 986dcc5d3..ac839d52a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,7 +7,7 @@ if WALLET_ONLY
SUBDIRS = include util
else
-SUBDIRS = include util $(PQ_DIR) wire mintdb mint mint-tools
+SUBDIRS = include util $(PQ_DIR) bank-lib wire mintdb mint mint-tools
if HAVE_LIBCURL
SUBDIRS += mint-lib
else