exchange/src/Makefile.am
Özgür Kesim 752f102738
policy extensions and age restriction refactoring
- refactoring of extension-plugin-mechanism
- refactoring of age restriction extension
- added policy extensions plugin plumbing
- added DB schema and api
  - policy_details
  - policy_fulfillments
2022-11-04 12:18:16 +01:00

38 lines
542 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 \
extensions/age_restriction \
testing \
benchmark