summaryrefslogtreecommitdiff
path: root/src/backenddb/Makefile.am
blob: 8139e9c859181bc313148128249dfb9c8d2fe6ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This Makefile.am is in the public domain
AM_CPPFLAGS = -I$(top_srcdir)/src/include

lib_LTLIBRARIES = \
  libtalermerchantdb.la

libtalermerchantdb_la_SOURCES = \
  merchant_db.c

libtalermerchantdb_la_LIBADD = \
  $(LIBGCRYPT_LIBS) \
  -ltalerutil \
  -lgnunetutil \
  -ltalerpq \
  -lgnunetpostgres \
  -lpq \
  -lpthread