From a9875908263bf06d3180e980b86fd513b7d887e4 Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 1 Aug 2008 19:41:14 +0000 Subject: [PATCH] afaict no one uses libagutil - disabling --- lib/agutil/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/agutil/Makefile.am b/lib/agutil/Makefile.am index bf337cea3..666574f13 100644 --- a/lib/agutil/Makefile.am +++ b/lib/agutil/Makefile.am @@ -6,7 +6,10 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/agraph \ -I$(top_srcdir)/lib/cdt +if WITH_CGRAPH +else noinst_HEADERS = agutil.h noinst_LTLIBRARIES = libagutil_C.la +endif libagutil_C_la_SOURCES = dynattr.c nodeq.c agutil.h -- 2.40.0