X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2FMakefile.in;h=0971633f4204b2c69ffac5373c0e4c5fd739c266;hb=6d04fc7a64ab1dd82574935bb189e055fe2d5e72;hp=3336f73c885f51e8df14ed5af3ded829ea3d07c8;hpb=c0903fd5f123d300c1a107af6cbd6f70631fcf32;p=yaz-moved-to-github.git diff --git a/client/Makefile.in b/client/Makefile.in index 3336f73..0971633 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -10,10 +10,6 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -# Copyright (C) 1995-2000, Index Data -# All rights reserved. -# $Id: Makefile.in,v 1.12 2000-02-28 11:27:22 adam Exp $ - SHELL = @SHELL@ @@ -71,6 +67,9 @@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ SUBDIRS_VAR = @SUBDIRS_VAR@ VERSION = @VERSION@ +have_sgml2html = @have_sgml2html@ +have_sgml2latex = @have_sgml2latex@ +have_sgml2txt = @have_sgml2txt@ bin_PROGRAMS = yaz-client @@ -80,12 +79,11 @@ LDADD = ../lib/libyaz.a INCLUDES = -I../include -DCCLRPN=1 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ../include/yaz/config.h CONFIG_CLEAN_FILES = PROGRAMS = $(bin_PROGRAMS) -DEFS = @DEFS@ -I. -I$(srcdir) -I../include/yaz +DEFS = @DEFS@ -I. -I$(srcdir) CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@