diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-04-12 13:42:59 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-04-12 13:42:59 +0200 |
commit | 182b48ceae21ec3902d08b1fda5fcc26110709b6 (patch) | |
tree | 51be37ebf8e87220148fea0cdda5d62811992642 /src/Makefile.am | |
parent | 6f608fbcebc6dbc0c98212de218c30f58ae5e4b9 (diff) |
add libtalermerchantbank to access libeufin merchant facade
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 984c780f..23b34b38 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,3 @@ # This Makefile is in the public domain AM_CPPFLAGS = -I$(top_srcdir)/src/include -SUBDIRS = include backenddb backend lib testing merchant-tools +SUBDIRS = include bank backenddb backend lib testing merchant-tools |