From de953fa7bcdcfa78606753285911a6a49120327f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 28 May 2015 11:34:06 +0200 Subject: add --enable-wallet-only flag to build libtalerutil_wallet which ONLY contains the wallet-specific API subset --- src/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e3a17f723..888cbabf1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,13 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include if HAVE_POSTGRESQL PQ_DIR = pq endif -SUBDIRS = include util $(PQ_DIR) mintdb mint mint-tools +if WALLET_ONLY +SUBDIRS = include util +else + +SUBDIRS = include util $(PQ_DIR) mintdb mint mint-tools if HAVE_LIBCURL SUBDIRS += mint-lib endif + +endif -- cgit v1.2.3