0fd41426cd44e62dab2db2d74a187aeead7e9bbe
[yaz-moved-to-github.git] / ztest / Makefile.am
1 ## $Id: Makefile.am,v 1.5 2001-03-21 15:02:39 adam Exp $
2
3 bin_PROGRAMS=yaz-ztest
4
5 yaz_ztest_SOURCES=ztest.c read-grs.c
6
7 EXTRA_DIST=dummy-records dummy-words dummy-grs
8
9 if ISTHR
10 extra=../lib/libyazthread.la
11 endif
12 yaz_ztest_LDADD=$(extra) ../lib/libyaz.la $(LIBTHREAD)
13
14 INCLUDES=-I$(top_srcdir)/include