Updated makefiles (again).
[yaz-moved-to-github.git] / lib / Makefile.in
index e3c6373..0a1db67 100644 (file)
@@ -67,6 +67,9 @@ PACKAGE = @PACKAGE@
 RANLIB = @RANLIB@
 SUBDIRS_VAR = @SUBDIRS_VAR@
 VERSION = @VERSION@
+have_sgml2html = @have_sgml2html@
+have_sgml2latex = @have_sgml2latex@
+have_sgml2txt = @have_sgml2txt@
 
 lib_LIBRARIES = libyaz.a
 
@@ -83,12 +86,11 @@ YAZLIBS = ../odr/libodr.a ../@ASNMODULE@/libasn.a ../comstack/libcomstack.a  ../
 LIBDIR = $(exec_prefix)/lib
 INCDIR = $(prefix)/include
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../include/yaz/config.h
 CONFIG_CLEAN_FILES = 
 LIBRARIES =  $(lib_LIBRARIES)
 
 
-DEFS = @DEFS@ -I. -I$(srcdir) -I../include/yaz
+DEFS = @DEFS@ -I. -I$(srcdir) 
 CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@