SOLR + facets: use Odr_int for counts
[yaz-moved-to-github.git] / ztest / Makefile.am
1 ## This file is part of the YAZ toolkit.
2 ## Copyright (C) 1995-2011 Index Data
3
4 bin_PROGRAMS=yaz-ztest
5 noinst_PROGRAMS=gfs-example
6
7 yaz_ztest_SOURCES=ztest.c read-grs.c read-marc.c dummy-opac.c ztest.h
8 gfs_example_SOURCES=gfs-example.c
9
10 EXTRA_DIST=dummy-words dummy-grs ztest.pem config1.xml
11
12 LDADD=../src/libyaz_server.la ../src/libyaz.la
13
14 AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS)