summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-30 17:36:38 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-30 17:36:38 +0200
commit3f5bc6fa636e278d54f8a17c6f4d4b15cc63608f (patch)
treef83b684496ca098f2a3a956a3a9be9bf47647c68 /src/lib/Makefile.am
parentf5c484e625cde6b6822ea75c20cecf8f4db7c54d (diff)
downloadmerchant-3f5bc6fa636e278d54f8a17c6f4d4b15cc63608f.tar.gz
merchant-3f5bc6fa636e278d54f8a17c6f4d4b15cc63608f.tar.bz2
merchant-3f5bc6fa636e278d54f8a17c6f4d4b15cc63608f.zip
update pay logic
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index b4d9386d..02e8b229 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -30,6 +30,7 @@ libtalermerchant_la_SOURCES = \
merchant_api_post_products.c \
merchant_api_post_orders.c \
merchant_api_post_order_claim.c \
+ merchant_api_post_order_pay.c \
\
merchant_api_check_payment.c \
merchant_api_history.c \