yaz-ztest returns dummy OPAC records.
[yaz-moved-to-github.git] / ztest / Makefile.am
1 ## This file is part of the YAZ toolkit.
2 ## Copyright (C) 1995-2008 Index Data
3
4 bin_PROGRAMS=yaz-ztest
5
6 yaz_ztest_SOURCES=ztest.c read-grs.c read-marc.c
7
8 EXTRA_DIST=dummy-records dummy-words dummy-grs ztest.pem config1.xml
9
10 yaz_ztest_LDADD=../src/libyaz_server.la $(PTHREAD_LIBS)
11
12 AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS)