summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-16 19:00:15 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-16 19:00:15 +0100
commitbe1daf172c17cd60c7b8493d1f723db5ded0f8c1 (patch)
treef369099ff993fc1c8378a4fc01fc1a3157b4775d /src/lib/Makefile.am
parent3de9e044eddbe4d7054df875d516be1273f5be7c (diff)
downloadmerchant-be1daf172c17cd60c7b8493d1f723db5ded0f8c1.tar.gz
merchant-be1daf172c17cd60c7b8493d1f723db5ded0f8c1.tar.bz2
merchant-be1daf172c17cd60c7b8493d1f723db5ded0f8c1.zip
code clean up and get KYC test to pass again with recent exchange changes
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 7451b24d..36e249ed 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -15,7 +15,7 @@ libtalermerchant_la_LDFLAGS = \
libtalermerchant_la_SOURCES = \
merchant_api_curl_defaults.c merchant_api_curl_defaults.h \
- merchant_api_common.c \
+ merchant_api_common.c merchant_api_common.h \
merchant_api_delete_instance.c \
merchant_api_delete_order.c \
merchant_api_delete_product.c \