From: Adam Dickmeiss Date: Sun, 2 Mar 2003 15:34:51 +0000 (+0000) Subject: Remove redundant include path X-Git-Tag: YAZ.2.0.1~51 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=27a018d8464d3e35bde108f171b48a2ea1eede39 Remove redundant include path --- 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 \