summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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