X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2FMakefile.am;h=cc1297c7467d7988d898e8261ee80b8010026d8a;hp=484d4d0f8f5c9fad53db3e02bcb01ede8ea0428b;hb=01e36a11adc97a240cc595f89280c8a619770251;hpb=3b5d9ce6b714e69e96b8c738c4055196cb1f42b4 diff --git a/client/Makefile.am b/client/Makefile.am index 484d4d0..cc1297c 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -1,11 +1,19 @@ -## Copyright (C) 1995-2000, Index Data -## All rights reserved. -## $Id: Makefile.am,v 1.5 2000-03-14 09:27:07 ian Exp $ +## This file is part of the YAZ toolkit. +## Copyright (C) Index Data -bin_PROGRAMS=yaz-client +bin_PROGRAMS=yaz-client +EXTRA_PROGRAMS=bertorture -yaz_client_SOURCES=client.c admin.c +EXTRA_DIST = default.bib + +COMMON=admin.c admin.h tabcomplete.c tabcomplete.h fhistory.c fhistory.h +yaz_client_SOURCES=client.c $(COMMON) + +AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS) + +yaz_client_LDADD = ../src/libyaz.la $(READLINE_LIBS) +bertorture_LDADD = ../src/libyaz.la + +bertorture_SOURCES=bertorture.c -LDADD = ../lib/libyaz.a -INCLUDES=-I../include -DCCLRPN=1