diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-11-27 18:50:51 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-11-27 18:50:51 +0100 |
commit | fc04b91c9422aa1be14ec231b4ce8f0bbdace1d1 (patch) | |
tree | 38893b9701a2b8613196f14c8b282bbd97a3ae02 /src/include | |
parent | e46fb309654b82b596a2e5613dcc1c74af4366c0 (diff) |
integrate taler_extensions.h into dist
Diffstat (limited to 'src/include')
-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 ca8c12773..13b9a1444 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -15,6 +15,7 @@ talerinclude_HEADERS = \ taler_exchange_service.h \ taler_exchangedb_lib.h \ taler_exchangedb_plugin.h \ + taler_extensions.h \ taler_fakebank_lib.h \ taler_json_lib.h \ taler_testing_lib.h \ |