exchange/src/Makefile.am
Özgür Kesim 8684a9bfea
[age_restriction] progress 13/n
- major refactoring of extensions
  - extensions live now in a separate library, libtalerextensions
  - refactored all components using age_restriction accordingly
  - plumbing for plugin support for extensions roughly layed down
2022-01-23 01:36:21 +01:00

35 lines
483 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 \
bank-lib \
exchangedb \
exchange \
auditordb \
auditor \
lib \
exchange-tools \
testing \
benchmark