From 27a018d8464d3e35bde108f171b48a2ea1eede39 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 2 Mar 2003 15:34:51 +0000 Subject: [PATCH] Remove redundant include path --- zutil/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zutil/Makefile.am b/zutil/Makefile.am index 907e331..0a65a31 100644 --- a/zutil/Makefile.am +++ b/zutil/Makefile.am @@ -1,7 +1,7 @@ -## $Id: Makefile.am,v 1.17 2003-02-18 10:37:09 adam Exp $ +## $Id: Makefile.am,v 1.18 2003-03-02 15:34:51 adam Exp $ noinst_LTLIBRARIES = libzutil.la -AM_CPPFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/srw $(XML2_CFLAGS) +AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS) libzutil_la_SOURCES = zget.c yaz-ccl.c diagbib1.c logrpn.c \ otherinfo.c pquery.c sortspec.c z3950oid.c charneg.c \ -- 1.7.10.4