summaryrefslogtreecommitdiff
path: root/src/tests/Makefile.am
blob: 8dd350e7faa7255b5174d031692dd906184ffab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/backend-lib/

bin_PROGRAMS = \
  test-contract

#merchant_contract_test_CFLAGS = \
#  -Wl,--verbose

test_contract_SOURCES = \
  test_contract.c \
  merchant.c \
  ../backend-lib/merchant_db.c ../backend-lib/merchant_db.h

test_contract_LDADD = \
  $(LIBGCRYPT_LIBS) \
  -ltalerutil \
  -ltalermerchant \
  -ljansson \
  -lgnunetutil \
  -ltalermint \
  -ltalerpq \
  -lgnunetpostgres \
  -lpq \
  $(top_srcdir)/src/backend-lib/libtalermerchant.la \
  -lpthread