Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL.
[yaz-moved-to-github.git] / ztest / Makefile.am
1 # Copyright (C) 1995-2000, Index Data
2 # All rights reserved.
3 # $Id: Makefile.am,v 1.1 2000-02-28 11:20:06 adam Exp $
4
5 bin_PROGRAMS=yaz-ztest
6
7 yaz_ztest_SOURCES=ztest.c read-grs.c
8
9 EXTRA_DIST=dummy-records dummy-words dummy-grs
10
11 INCLUDES=-I../include
12
13 LDADD=../lib/libyaz.a
14