diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-06-13 23:58:31 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-06-13 23:58:31 +0200 |
commit | b8fa0dde35ddd207a3239f97954c547676e89b21 (patch) | |
tree | 47722b502afdd50ef765f22e15c7b04b57191805 /src/lib/Makefile.am | |
parent | ab22ee348ef322cde1b74f54d2d939b191406eec (diff) |
starting with merchant_api_merchant_get_order.c
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r-- | src/lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index df339048..9c02f332 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -28,6 +28,7 @@ libtalermerchant_la_SOURCES = \ merchant_api_get_reserves.c \ merchant_api_get_transfers.c \ merchant_api_lock_product.c \ + merchant_api_merchant_get_order.c \ merchant_api_patch_instance.c \ merchant_api_patch_product.c \ merchant_api_post_instances.c \ |