ZOOM now allows inspection of X509 peer certificate for verification.
[yaz-moved-to-github.git] / ztest / Makefile.am
1 ## $Id: Makefile.am,v 1.16 2004-04-28 22:45:00 adam Exp $
2
3 bin_PROGRAMS=yaz-ztest
4
5 yaz_ztest_SOURCES=ztest.c read-grs.c read-marc.c
6
7 EXTRA_DIST=dummy-records dummy-words dummy-grs
8
9 if ISTHR
10 extra=../src/libyazthread.la
11 endif
12
13 yaz_ztest_LDADD=$(extra) ../src/libyaz.la $(SSL_LIBS) $(LIBTHREAD)
14
15 AM_CFLAGS=@CFLAGSTHREADS@
16
17 AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS)