X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ztest%2FMakefile.in;h=61e650f53f53ffb5d5df6e80bf64f85e99eda884;hb=19af2bd8dfd21731cc978beccd1346133d614c67;hp=890173d9b4a4e435038072f7a5a0d8a20484c510;hpb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;p=yaz-moved-to-github.git diff --git a/ztest/Makefile.in b/ztest/Makefile.in index 890173d..61e650f 100644 --- a/ztest/Makefile.in +++ b/ztest/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.10 2000-02-28 11:20:06 adam Exp $ - SHELL = @SHELL@ @@ -82,12 +78,11 @@ INCLUDES = -I../include LDADD = ../lib/libyaz.a 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@