exchange/src/Makefile.am

35 lines
483 B
Makefile
Raw Normal View History

# This Makefile.am is in the public domain
2015-01-08 18:37:20 +01:00
AM_CPPFLAGS = -I$(top_srcdir)/src/include
if HAVE_POSTGRESQL
PQ_DIR = pq
endif
2020-06-02 17:57:39 +02:00
if HAVE_SQLITE
SQ_DIR = sq
endif
2016-03-01 15:35:04 +01:00
pkgcfgdir = $(prefix)/share/taler/config.d/
pkgcfg_DATA = \
taler.conf
2016-05-04 10:21:35 +02:00
EXTRA_DIST = \
taler.conf
SUBDIRS = \
include \
util \
json \
extensions \
curl \
$(PQ_DIR) \
2020-06-02 17:57:39 +02:00
$(SQ_DIR) \
mhd \
bank-lib \
exchangedb \
exchange \
auditordb \
auditor \
lib \
2020-12-04 16:55:38 +01:00
exchange-tools \
testing \
benchmark