summaryrefslogtreecommitdiff
path: root/src/backend/Makefile.am
blob: c0eacfaed7d5fd228cc84110f3f6578970cca028 (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

bin_PROGRAMS = \
  taler-merchant-httpd

taler_merchant_httpd_SOURCES = \
  taler-merchant-httpd.c \
  merchant.c merchant.h \
  merchant_db.c merchant_db.h \
  taler-mint-httpd_parsing.c taler-mint-httpd_parsing.h \
  taler-mint-httpd_responses.c taler-mint-httpd_responses.h \
  ../backend-lib/taler-merchant-httpd_contract.h

taler_merchant_httpd_LDADD = \
  $(LIBGCRYPT_LIBS) \
  -ltalerutil \
  -lmicrohttpd \
  -ljansson \
  -lgnunetutil \
  -ltalermerchant \
  -ltalermint \
  -ltalerpq \
  -lgnunetpostgres \
  -lpq \
  -lpthread