summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-02 22:58:20 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-02 22:58:20 +0100
commit5acd586004bd7281e6dcf14217e3fee316716804 (patch)
treeab53dbcae527a167c59d80da946863a57f07c824 /src/lib/Makefile.am
parente62708f09ff5a6bd70933be195c538d6751e088f (diff)
downloadmerchant-5acd586004bd7281e6dcf14217e3fee316716804.tar.gz
merchant-5acd586004bd7281e6dcf14217e3fee316716804.tar.bz2
merchant-5acd586004bd7281e6dcf14217e3fee316716804.zip
simplify structure
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 3d54d682..1c967fe4 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -46,7 +46,8 @@ libtalermerchanttesting_la_SOURCES = \
testing_api_cmd_pay.c \
testing_api_cmd_refund.c \
testing_api_cmd_tip.c \
- testing_api_cmd_track.c \
+ testing_api_cmd_track_transaction.c \
+ testing_api_cmd_track_transfer.c \
testing_api_cmd_history.c \
testing_api_cmd_rewind.c \
testing_api_helpers.c \