From: ellson Date: Fri, 1 Aug 2008 19:41:14 +0000 (+0000) Subject: afaict no one uses libagutil - disabling X-Git-Tag: LAST_LIBGRAPH~32^2~3714 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9875908263bf06d3180e980b86fd513b7d887e4;p=graphviz afaict no one uses libagutil - disabling --- 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