X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=client%2FMakefile.am;h=cc1297c7467d7988d898e8261ee80b8010026d8a;hp=1611803e8222ed2da3cbe50a7091616ad2799fd3;hb=1a219938c1325105582cdbc2c9a34b6fc3cdf191;hpb=8d133ab04af9cc1fe4d2463fb2a0139644ecd6e2 diff --git a/client/Makefile.am b/client/Makefile.am index 1611803..cc1297c 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -1,7 +1,5 @@ -## Copyright (C) 1995-2007, Index Data -## All rights reserved. -## $Id: Makefile.am,v 1.30 2007-02-25 14:46:50 adam Exp $ - +## This file is part of the YAZ toolkit. +## Copyright (C) Index Data bin_PROGRAMS=yaz-client EXTRA_PROGRAMS=bertorture @@ -11,7 +9,7 @@ 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) $(SSL_CFLAGS) +AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS) yaz_client_LDADD = ../src/libyaz.la $(READLINE_LIBS) bertorture_LDADD = ../src/libyaz.la