Changed to flush apdu and marc log files a apdu is recived.
[yaz-moved-to-github.git] / client / Makefile.am
1 ## Copyright (C) 1995-2000, Index Data
2 ## All rights reserved.
3 ## $Id: Makefile.am,v 1.12 2002-01-29 20:17:41 ja7 Exp $
4
5 bin_PROGRAMS=yaz-client
6
7 EXTRA_DIST = default.bib
8
9 yaz_client_SOURCES=client.c admin.c admin.h tabcomplete.c
10
11 yaz_client_LDADD = ../lib/libyaz.la $(READLINE_LIBS)
12
13 INCLUDES=-I$(top_srcdir)/include