summaryrefslogtreecommitdiffstats
path: root/comm/third_party/libotr/tests/regression/client/Makefile.am
blob: d2b11be132054f1d95460ed8eb7d8e1d01b48c0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AM_CFLAGS = -I$(top_srcdir)/include \
			-I$(top_srcdir)/src \
			-I$(top_srcdir)/tests/utils/ \
			-I$(srcdir) \
			@LIBGCRYPT_CFLAGS@

LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la

LIBOTR=$(top_builddir)/src/libotr.la

noinst_PROGRAMS = client

client_SOURCES = client.c
client_LDADD = $(LIBTAP) $(LIBOTR) -lpthread @LIBGCRYPT_LIBS@

EXTRA_DIST = otr.key