Documentation no longer made when doing 'make all'.
[yaz-moved-to-github.git] / client / Makefile.in
index 3336f73..1f6afca 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:27:22 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@