From a298577fc134c4aa05ecf461fb42bec4aa9e4c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bl=C3=A4ttler?= Date: Wed, 17 Apr 2024 07:12:59 +0200 Subject: update build system --- src/lib/Makefile.am | 1 + src/testing/Makefile.am | 1 + 2 files changed, 2 insertions(+) (limited to 'src') diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 04b2b089..1e7430d4 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -62,6 +62,7 @@ libtalermerchant_la_SOURCES = \ merchant_api_post_products.c \ merchant_api_post_transfers.c \ merchant_api_post_templates.c \ + merchant_api_post_tokenfamilies.c \ merchant_api_post_using_templates.c \ merchant_api_post_webhooks.c \ merchant_api_wallet_get_order.c \ diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index 49eb8cc8..67bbbced 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -71,6 +71,7 @@ libtalermerchanttesting_la_SOURCES = \ testing_api_cmd_post_products.c \ testing_api_cmd_post_transfers.c \ testing_api_cmd_post_templates.c \ + testing_api_cmd_post_tokenfamilies.c \ testing_api_cmd_post_using_templates.c \ testing_api_cmd_post_webhooks.c \ testing_api_cmd_refund_order.c \ -- cgit v1.2.3