summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 888cbabf1ee17c0cc799b7b1292324266bb2f8a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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) mintdb mint mint-tools
if HAVE_LIBCURL
 SUBDIRS += mint-lib
endif

endif