Check for config.h (currently not generated).
[yaz-moved-to-github.git] / ill / Makefile.in
index a5c06a5..f5d968a 100644 (file)
@@ -10,8 +10,6 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
-# $Id: Makefile.in,v 1.3 2000-02-28 11:20:05 adam Exp $
-
 
 SHELL = @SHELL@
 
@@ -78,12 +76,11 @@ noinst_LIBRARIES = libill.a
 
 libill_a_SOURCES = ill-core.c item-req.c ill-get.c
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../include/yaz/config.h
 CONFIG_CLEAN_FILES = 
 LIBRARIES =  $(noinst_LIBRARIES)
 
 
-DEFS = @DEFS@ -I. -I$(srcdir) -I../include/yaz
+DEFS = @DEFS@ -I. -I$(srcdir) 
 CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@