diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-11-04 12:59:34 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-11-04 12:59:34 +0100 |
commit | 22057732c7198f4b63f2cebcef12acf4bd0f5cb8 (patch) | |
tree | dca9f4eba652f7e2b4b62c9e918b6c1e0133c21b /src | |
parent | 0643ebff9e4dc4eaf3167c19d16962e9ac07358c (diff) |
add missing header
Diffstat (limited to 'src')
-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 a535986cb..b2ae8bcc4 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -16,6 +16,7 @@ talerinclude_HEADERS = \ taler_exchangedb_lib.h \ taler_exchangedb_plugin.h \ taler_extensions.h \ + taler_extensions_policy.h \ taler_fakebank_lib.h \ taler_kyclogic_lib.h \ taler_kyclogic_plugin.h \ |