diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-06-14 09:50:59 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-06-14 09:50:59 +0200 |
commit | 389c18c18c105a67c487153377450bcaef88fe18 (patch) | |
tree | 7fb304b0ad5044407f4994421c902af16c340cd9 /src/include/Makefile.am | |
parent | 62b7bbabed24185b69d3336552844b161085830a (diff) |
add file for error codes
Diffstat (limited to 'src/include/Makefile.am')
-rw-r--r-- | src/include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am index d01852666..dfecf4694 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -15,6 +15,7 @@ talerinclude_HEADERS = \ taler_amount_lib.h \ taler_bank_service.h \ taler_crypto_lib.h \ + taler_error_codes.h \ taler_exchange_service.h \ taler_exchangedb_lib.h \ taler_exchangedb_plugin.h \ |