diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-02-21 16:44:36 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-02-21 16:44:36 +0100 |
commit | f767a9d12cff414f3eefce8d9e06bd1ef4f0e9eb (patch) | |
tree | b1577f1c8a0e358ec5dc33dd11503fce4536f87d | |
parent | c6d50abecc6d3dffd6f4314cc84c6a19c792b3f1 (diff) |
fix dist rule
-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 b2ae8bcc4..8b8bee96b 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -5,6 +5,7 @@ talerinclude_HEADERS = \ platform.h gettext.h \ taler_auditor_service.h \ taler_amount_lib.h \ + taler_attributes_lib.h \ taler_auditordb_lib.h \ taler_auditordb_plugin.h \ taler_bank_service.h \ |