diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-03-23 11:34:24 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-03-23 11:34:24 +0100 |
commit | ac950fbe61defd6d451d4e5096a877e4af016590 (patch) | |
tree | df38b200534e110e1d935916b34ea4152a56222d /src/bank-lib/Makefile.am | |
parent | 7f7ac5d92c6e29b80ec2055f2023657d330ffd1c (diff) |
switch to wid to comply with spec
Diffstat (limited to 'src/bank-lib/Makefile.am')
-rw-r--r-- | src/bank-lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bank-lib/Makefile.am b/src/bank-lib/Makefile.am index 4cf3472ec..58b1c67d5 100644 --- a/src/bank-lib/Makefile.am +++ b/src/bank-lib/Makefile.am @@ -43,4 +43,5 @@ test_bank_api_SOURCES = \ test_bank_api_LDADD = \ libtalerbank.la \ $(top_builddir)/src/util/libtalerutil.la \ - -lgnunetutil + -lgnunetutil \ + -ljansson |