From: ellson Date: Tue, 26 Sep 2006 16:47:54 +0000 (+0000) Subject: per frequent requests, most recently from Debian, X-Git-Tag: LAST_LIBGRAPH~32^2~5864 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=741e22f55fe20010a7decedfff24ca465becfb94;p=graphviz per frequent requests, most recently from Debian, move shared libs to $PREFIX/lib (from $PREFIX/graphviz/lib) libcdt, libgraph, libagraph, libgvc, libpack, libexpr, libpathplan add missing .3 and .pc --- diff --git a/lib/agraph/libagraph.pc.in b/lib/agraph/libagraph.pc.in index 5bc4132be..6bea2bc97 100644 --- a/lib/agraph/libagraph.pc.in +++ b/lib/agraph/libagraph.pc.in @@ -1,8 +1,8 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ -libdir=@libdir@/@PACKAGE@ +libdir=@libdir@ includedir=@includedir@/@PACKAGE@ - + Name: libagraph Description: Graph library (file i/o, dot language parsing, graph, subgraph, node, edge, attribute, data structure manipulation) Version: @VERSION@