summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-01-24 16:44:57 +0100
committerChristian Grothoff <christian@grothoff.org>2016-01-24 16:44:57 +0100
commit9aa323ca7bcf1567f6ecf98cf73b5691ade1b816 (patch)
treeb242a706db0f3eec5ddbabdbd3f19ec7853d90b8 /src/Makefile.am
parent072d819e23e6a8fa336664f6e7a851bcd23f03e1 (diff)
downloadexchange-9aa323ca7bcf1567f6ecf98cf73b5691ade1b816.tar.gz
exchange-9aa323ca7bcf1567f6ecf98cf73b5691ade1b816.tar.bz2
exchange-9aa323ca7bcf1567f6ecf98cf73b5691ade1b816.zip
adding skeletons for plugins
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0d1d4572f..986dcc5d3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,10 +7,10 @@ if WALLET_ONLY
SUBDIRS = include util
else
-SUBDIRS = include util $(PQ_DIR) mintdb mint mint-tools
+SUBDIRS = include util $(PQ_DIR) wire mintdb mint mint-tools
if HAVE_LIBCURL
SUBDIRS += mint-lib
-else
+else
if HAVE_LIBGNURL
SUBDIRS += mint-lib
endif