update gana, add error codes c file

This commit is contained in:
Jonathan Buchanan 2020-07-22 01:37:39 -04:00
parent c3eb0fd8e2
commit 016c4a5cf2
No known key found for this signature in database
GPG Key ID: 476CBCAEE3E1096C
3 changed files with 5 additions and 1 deletions

View File

@ -15,6 +15,9 @@ cd contrib/gana/gnu-taler-error-codes
make
cd ../../..
cp contrib/gana/gnu-taler-error-codes/taler-error-codes.h src/include/taler_error_codes.h
cp contrib/gana/gnu-taler-error-codes/taler-error-codes.c src/util/taler_error_codes.c
# Change the include in the source file so it can find the header
sed -i '' 's/taler\-error\-codes\.h/taler_error_codes.h/g' src/util/taler_error_codes.c
# This is more portable than `which' but comes with
# the caveat of not(?) properly working on busybox's ash:

@ -1 +1 @@
Subproject commit 05d427aafa7f9e637db969e4933905be2a8d9b9c
Subproject commit 007b2a19f8d9bdf926aa584d85beb5bdac32bf9d

View File

@ -40,6 +40,7 @@ libtalerutil_la_SOURCES = \
getopt.c \
mhd.c \
payto.c \
taler_error_codes.c \
url.c \
util.c \
yna.c \