Check for config.h (currently not generated).
[yaz-moved-to-github.git] / ztest / Makefile.in
index f9a079b..61e650f 100644 (file)
 # 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:29:05 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@