aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-31 17:31:59 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-31 17:31:59 +0200
commit552e5882589fe22838bd2519a2491d4b4d2cdce3 (patch)
tree71f4ef2c8ab8ba32e1100b41232ee0bf690aa6b6 /src/lib/Makefile.am
parent29976e055994339b651c9a26e3a1adb873625f22 (diff)
parente76a7e19337ff34e0fc22513efc01490be52e7e8 (diff)
downloadmerchant-552e5882589fe22838bd2519a2491d4b4d2cdce3.tar.gz
merchant-552e5882589fe22838bd2519a2491d4b4d2cdce3.tar.bz2
merchant-552e5882589fe22838bd2519a2491d4b4d2cdce3.zip
Merge branch 'master' of git+ssh://taler.net/var/git/merchant
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 467c6a70..29a6f89d 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -15,7 +15,8 @@ libtalermerchant_la_LDFLAGS = \
libtalermerchant_la_SOURCES = \
merchant_api_contract.c \
- merchant_api_pay.c
+ merchant_api_pay.c \
+ merchant_api_track.c
libtalermerchant_la_LIBADD = \
-ltalerexchange \