summaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-03-02 07:58:55 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2022-03-02 07:58:55 +0100
commit4978b1e966af48a18cac86aa224b3c266a9531d7 (patch)
treecc190b96c510e0b3869e7d2eb1032069bb49c96b /src/util/Makefile.am
parentb20ddf0c8a70443bca6e59deba1ee906069a0824 (diff)
downloadexchange-4978b1e966af48a18cac86aa224b3c266a9531d7.tar.gz
exchange-4978b1e966af48a18cac86aa224b3c266a9531d7.tar.bz2
exchange-4978b1e966af48a18cac86aa224b3c266a9531d7.zip
-amend missing parts to commit b20ddf0c8
- functions TALER_age_commitment_attest and TALER_age_commitment_verify implemented. - age restriction implementation moved into util/age_restriction.c
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 997b49f29..022d0611c 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -75,6 +75,7 @@ lib_LTLIBRARIES = \
libtalerutil.la
libtalerutil_la_SOURCES = \
+ age_restriction.c \
amount.c \
auditor_signatures.c \
config.c \