From: ellson Date: Fri, 26 May 2006 14:49:10 +0000 (+0000) Subject: All libs first assembled as non-installed libxxx_C "convenience" libraries. X-Git-Tag: LAST_LIBGRAPH~32^2~6538 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0810fc4b7eab1f7df405ba31387fb05a20c839e;p=graphviz All libs first assembled as non-installed libxxx_C "convenience" libraries. Now bin/dot_static and lib/graphviz/libtcldot_builtin.so have no external dependencies on any other graphviz library. --- diff --git a/lib/dotgen/Makefile.am b/lib/dotgen/Makefile.am index 8947d285f..09c85ddfb 100644 --- a/lib/dotgen/Makefile.am +++ b/lib/dotgen/Makefile.am @@ -10,9 +10,10 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/pathplan noinst_HEADERS = dot.h dotprocs.h -noinst_LTLIBRARIES = libdotgen.la +noinst_LTLIBRARIES = libdotgen_C.la -libdotgen_la_SOURCES = acyclic.c class1.c class2.c cluster.c compound.c \ +libdotgen_C_la_LDFLAGS = -no-undefined +libdotgen_C_la_SOURCES = acyclic.c class1.c class2.c cluster.c compound.c \ conc.c decomp.c fastgr.c flat.c dotinit.c mincross.c \ position.c rank.c sameport.c dotsplines.c