summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-24 12:43:33 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-24 12:43:33 +0200
commitd72816cfde668130a6f3c25d8be35232a4e92859 (patch)
tree64f8c944022f4ba6ebd7eddb67c02c4f6076fcd4 /Makefile.am
parent816ff63ab6c799288c33fc5baed70690130bb2b2 (diff)
downloadexchange-d72816cfde668130a6f3c25d8be35232a4e92859.tar.gz
exchange-d72816cfde668130a6f3c25d8be35232a4e92859.tar.bz2
exchange-d72816cfde668130a6f3c25d8be35232a4e92859.zip
fix #6431
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
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