diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-08-19 18:19:00 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-08-19 18:19:00 +0200 |
commit | 46dde9368f75013b2383c24d4c8a11763ac8e31e (patch) | |
tree | 7971e4bdd18a951521e4317b1619ecbabbc15a8c /src/util/Makefile.am | |
parent | a84c61dd82b17bc42593e5fd358cd0917d195f4f (diff) |
implement i18n lookup logic for #6458
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 3831dd3fb..c25e5700d 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -38,6 +38,7 @@ libtalerutil_la_SOURCES = \ crypto.c \ crypto_wire.c \ getopt.c \ + lang.c \ mhd.c \ payto.c \ taler_error_codes.c \ |