diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2020-01-13 11:32:44 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2020-01-13 11:32:44 +0100 |
commit | 452f42f562b79f1cd58a6b1911456ba7d58cf963 (patch) | |
tree | de257e4d2d4ced70452360e19e5f8fb6f26884b3 | |
parent | 25bc150dfb3bdf5a1c2d186eea5806a64d4c014f (diff) | |
download | exchange-452f42f562b79f1cd58a6b1911456ba7d58cf963.tar.gz exchange-452f42f562b79f1cd58a6b1911456ba7d58cf963.tar.bz2 exchange-452f42f562b79f1cd58a6b1911456ba7d58cf963.zip |
include header file
-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 b1068d5d..39e2c3f5 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -27,6 +27,7 @@ talerinclude_HEADERS = \ taler_json_lib.h \ taler_testing_auditor_lib.h \ taler_testing_lib.h \ + taler_wire_lib.h \ taler_util.h \ taler_mhd_lib.h \ taler_pq_lib.h \ |