From 904f9c0b2e16affe75e3e54e7ab0bb9960e5e14c Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 26 Sep 2006 16:47:54 +0000 Subject: [PATCH] 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 --- lib/cdt/Makefile.am | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/lib/cdt/Makefile.am b/lib/cdt/Makefile.am index 8161a307a..f1058e0cb 100644 --- a/lib/cdt/Makefile.am +++ b/lib/cdt/Makefile.am @@ -5,16 +5,13 @@ pdfdir = $(pkgdatadir)/doc/pdf pkgextraincludedir = $(pkgincludedir) pkgconfigdir = $(libdir)/pkgconfig -man = cdt.3 -pdf = cdt.pdf - AM_CPPFLAGS = -I$(top_srcdir) pkginclude_HEADERS = cdt.h dthdr.h noinst_LTLIBRARIES = libcdt_C.la -pkglib_LTLIBRARIES = libcdt.la -man_MANS = $(man) -pdf_DATA = $(pdf) +lib_LTLIBRARIES = libcdt.la +man_MANS = cdt.3 +pdf_DATA = cdt.pdf pkgextrainclude_DATA = $(top_builddir)/ast_common.h pkgconfig_DATA = libcdt.pc @@ -28,6 +25,6 @@ libcdt_la_SOURCES = $(libcdt_C_la_SOURCES) .3.pdf: -groff -Tps -man $< | ps2pdf - - >$@ -EXTRA_DIST = $(man) $(pdf) Makefile.old features +EXTRA_DIST = $(man_MANS) $(pdf_DATA) Makefile.old features -DISTCLEANFILES = $(pdf) +DISTCLEANFILES = $(pdf_DATA) -- 2.40.0