summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-25 12:35:57 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-25 12:35:57 +0200
commit2563686e6645024af62706014be11879d4122599 (patch)
treea6fd250b9d42c294580c3b93074d221da82c7475 /src/lib/Makefile.am
parent633a9b641ec7bbd4a60bb97a335808d212a7ceb9 (diff)
downloadmerchant-2563686e6645024af62706014be11879d4122599.tar.gz
merchant-2563686e6645024af62706014be11879d4122599.tar.bz2
merchant-2563686e6645024af62706014be11879d4122599.zip
handle '/' at end of URLs when composing http requests in libtalermerchant
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 803a5117..1955dd70 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -14,6 +14,7 @@ libtalermerchant_la_LDFLAGS = \
-no-undefined
libtalermerchant_la_SOURCES = \
+ merchant_api_common.c merchant_api_common.h \
merchant_api_proposal.c \
merchant_api_pay.c \
merchant_api_track_transaction.c \