]> granicus.if.org Git - graphviz/commitdiff
per frequent requests, most recently from Debian,
authorellson <devnull@localhost>
Tue, 26 Sep 2006 16:47:54 +0000 (16:47 +0000)
committerellson <devnull@localhost>
Tue, 26 Sep 2006 16:47:54 +0000 (16:47 +0000)
move shared libs to $PREFIX/lib   (from $PREFIX/graphviz/lib)
libcdt, libgraph, libagraph, libgvc, libpack, libexpr, libpathplan
add missing .3 and .pc

lib/pack/libpack.pc.in [new file with mode: 0644]

diff --git a/lib/pack/libpack.pc.in b/lib/pack/libpack.pc.in
new file mode 100644 (file)
index 0000000..e4bc754
--- /dev/null
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/@PACKAGE@
+
+Name: libpack
+Description: Graph packer
+Version: @VERSION@
+Libs: -L${libdir} -lpack
+Cflags: -I${includedir}