X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zutil%2FMakefile.in;h=758bf87e1a964bc6ec6c4e4c35ecbe8b82c3d87b;hb=e973eb3ceaeaf25735f8250aed8400c87ddcb9da;hp=3a077d784bc7d70a2c15972c659243b823f2f109;hpb=a3d5725ed3e509fea9ee6246e01b86416bf91a55;p=yaz-moved-to-github.git diff --git a/zutil/Makefile.in b/zutil/Makefile.in index 3a077d7..758bf87 100644 --- a/zutil/Makefile.in +++ b/zutil/Makefile.in @@ -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@ noinst_LIBRARIES = libzutil.a @@ -75,12 +78,11 @@ INCLUDES = -I../include libzutil_a_SOURCES = zget.c prt-ext.c yaz-ccl.c diagbib1.c logrpn.c otherinfo.c pquery.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@