diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-12 22:47:32 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-12 22:47:32 +0200 |
commit | 6d16958a5c28c4f96d14aae051f30ffd4df00527 (patch) | |
tree | 58328162fbe2923e715392af6226fbe750a5cad4 /Makefile.am | |
parent | 71a42d2be84c7959fd3a71f0b3ed3831d34697c7 (diff) |
fix #7255
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 0bfe4ee05..83b761a59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,11 +15,6 @@ 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 |