diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-24 12:43:33 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-24 12:43:33 +0200 |
commit | d72816cfde668130a6f3c25d8be35232a4e92859 (patch) | |
tree | 64f8c944022f4ba6ebd7eddb67c02c4f6076fcd4 /Makefile.am | |
parent | 816ff63ab6c799288c33fc5baed70690130bb2b2 (diff) |
fix #6431
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3a422a9e5..d2e8d8e05 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,8 +15,13 @@ else endif endif +BUILT_SOURCES = src/include/taler_error_codes.h + +src/include/taler_error_codes.h: contrib/gana/gnu-taler-error-codes/registry.rec + contrib/gana-update.sh + @DX_RULES@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ - AUTHORS + AUTHORS |