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~5866 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ee05f66313c0ea23779724dc2767690b3000590;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/dot.demo/Makefile b/dot.demo/Makefile index dd967ff60..32520db09 100644 --- a/dot.demo/Makefile +++ b/dot.demo/Makefile @@ -1,5 +1,5 @@ CFLAGS=`pkg-config libgvc --cflags` -Wall -g -O2 -LDFLAGS=-Wl,--rpath -Wl,`pkg-config libgvc --variable=libdir` `pkg-config libgvc --libs` +LDFLAGS=`pkg-config libgvc --libs` all: dot demo simple example neatopack