summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: ac839d52ab6414538a9b0756d26d4fb8e525fa0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if HAVE_POSTGRESQL
  PQ_DIR = pq
endif
if WALLET_ONLY
SUBDIRS = include util
else

SUBDIRS = include util $(PQ_DIR) bank-lib wire mintdb mint mint-tools
if HAVE_LIBCURL
 SUBDIRS += mint-lib
else
if HAVE_LIBGNURL
 SUBDIRS += mint-lib
endif
endif

endif