diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-25 11:08:19 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-25 11:08:19 +0100 |
commit | ccb4ac92a3e69d26e6c04b10b407f5491eda7001 (patch) | |
tree | 99cff6ba9c5bb2a7b1725b1a852d9ef8bc28291c /src/Makefile.am | |
parent | 941cb8182f052bbd6344ba7daf91f3aa792027bd (diff) |
more work on wire plugin
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
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 |