X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=client%2FMakefile.in;h=1f6afcac5398573c76cd20ea40cc9388ec796ada;hb=005f5cf043a2b4929eeeb9d41de4c410228d2e06;hp=a717c696bbd4dfed7c134c69fe10e53d43486324;hpb=eb403d586a08851dc75cdb8d1e70200f8e154fcb;p=yaz-moved-to-github.git diff --git a/client/Makefile.in b/client/Makefile.in index a717c69..1f6afca 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.13 2000-02-28 11:29:05 adam Exp $ - SHELL = @SHELL@ @@ -80,12 +76,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@