exchange/src/Makefile.am
2022-09-26 19:58:22 +02:00

37 lines
511 B
Makefile

# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if HAVE_POSTGRESQL
PQ_DIR = pq
endif
if HAVE_SQLITE
SQ_DIR = sq
endif
pkgcfgdir = $(prefix)/share/taler/config.d/
pkgcfg_DATA = \
taler.conf
EXTRA_DIST = \
taler.conf
SUBDIRS = \
include \
util \
json \
extensions \
curl \
$(PQ_DIR) \
$(SQ_DIR) \
mhd \
templating \
bank-lib \
exchangedb \
kyclogic \
exchange \
auditordb \
auditor \
lib \
exchange-tools \
testing \
benchmark