]> 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/expr/Makefile.am

index 36deae29b50a9c68f5c68db3216c15f18cb11260..82508208df0f466940e6e66685b7babcde201015 100644 (file)
@@ -2,6 +2,7 @@
 ## Process this file with automake to produce Makefile.in
 
 pdfdir = $(pkgdatadir)/doc/pdf
+pkgconfigdir = $(libdir)/pkgconfig
 
 AM_CPPFLAGS = \
         -I. \
@@ -13,9 +14,10 @@ AM_CPPFLAGS = \
 
 pkginclude_HEADERS = exgram.h exlib.h expr.h
 noinst_LTLIBRARIES = libexpr_C.la
-pkglib_LTLIBRARIES = libexpr.la
+lib_LTLIBRARIES = libexpr.la
 man_MANS = expr.3
 pdf_DATA = expr.pdf
+pkgconfig_DATA = libexpr.pc
 
 #### -no-undefined breaks Mac OS/X builds.
 #### libast has "extern char **environ" which remains