--- ./dotneato/neatogen/Makefile.am.orig 2004-12-10 16:10:06 +0300 +++ ./dotneato/neatogen/Makefile.am 2006-07-03 11:02:39 +0400 @@ -27,6 +27,8 @@ libneatogen_la_LIBADD = \ $(top_builddir)/dotneato/pack/libpack.la \ $(top_builddir)/pathplan/libpathplan.la \ - $(top_builddir)/graph/libgraph.la + $(top_builddir)/graph/libgraph.la \ + $(top_builddir)/dotneato/common/libcommon.la EXTRA_DIST = Makefile.old + --- ./dotneato/pack/Makefile.am.orig 2004-07-26 20:52:07 +0400 +++ ./dotneato/pack/Makefile.am 2006-07-03 11:03:33 +0400 @@ -18,6 +18,7 @@ pdf_DATA = pack.pdf libpack_la_SOURCES = ccomps.c pack.c +libpack_la_LIBADD = $(top_builddir)/dotneato/common/libcommon.la .3.pdf: groff -Tps -man $< | ps2pdf - - >$@ @@ -25,3 +26,4 @@ EXTRA_DIST = $(man_MANS) $(pdf_DATA) Makefile.old ptest.c DISTCLEANFILES = $(pdf_DATA) + --- ./dotneato/twopigen/Makefile.am.orig 2004-08-13 02:29:42 +0400 +++ ./dotneato/twopigen/Makefile.am 2006-07-03 11:03:48 +0400 @@ -18,6 +18,8 @@ libtwopigen_la_SOURCES = twopiinit.c circle.c -libtwopigen_la_LIBADD = $(top_builddir)/dotneato/neatogen/libneatogen.la +libtwopigen_la_LIBADD = $(top_builddir)/dotneato/neatogen/libneatogen.la \ + $(top_builddir)/dotneato/common/libcommon.la EXTRA_DIST = Makefile.old + --- ./dotneato/gvre_svg/Makefile.am.orig 2004-11-05 19:11:46 +0300 +++ ./dotneato/gvre_svg/Makefile.am 2006-07-03 11:01:23 +0400 @@ -14,4 +14,6 @@ endif libgvre_svg_la_SOURCES = gvre_svg.c cairogen-png.c cairogen-ps.c cairogen-win.c -libgvre_svg_la_LIBADD = @LIBSVG_CAIRO_LIBS@ @Z_LIBS@ +libgvre_svg_la_LIBADD = @LIBSVG_CAIRO_LIBS@ @Z_LIBS@ \ + $(top_builddir)/dotneato/common/libcommon.la + --- ./dotneato/common/Makefile.am.orig 2006-07-03 10:25:15 +0400 +++ ./dotneato/common/Makefile.am 2006-07-03 10:57:26 +0400 @@ -27,7 +27,7 @@ libcommon_la_LIBADD = \ @GD_LIBS@ @EXPAT_LIBS@ @LIBSVG_CAIRO_LIBS@ @Z_LIBS@ \ $(top_builddir)/pathplan/libpathplan.la \ - $(top_builddir)/dotneato/gvrender/libgvrender.la + $(top_builddir)/dotneato/gvrender/libgvrender.la \ psgen.o psgen.lo : ps.h --- ./dotneato/fdpgen/Makefile.am.orig 2004-09-25 07:29:23 +0400 +++ ./dotneato/fdpgen/Makefile.am 2006-07-03 11:00:48 +0400 @@ -21,6 +21,8 @@ libfdpgen_la_SOURCES = comp.c dbg.c grid.c fdpinit.c layout.c options.c \ tlayout.c xlayout.c clusteredges.c -libfdpgen_la_LIBADD = $(top_builddir)/dotneato/neatogen/libneatogen.la - +libfdpgen_la_LIBADD = \ + $(top_builddir)/dotneato/neatogen/libneatogen.la \ + $(top_builddir)/dotneato/common/libcommon.la + EXTRA_DIST = Makefile.old --- ./dotneato/dotgen/Makefile.am.orig 2006-07-03 10:59:23 +0400 +++ ./dotneato/dotgen/Makefile.am 2006-07-03 10:59:44 +0400 @@ -20,6 +20,7 @@ libdotgen_la_LIBADD = \ $(top_builddir)/pathplan/libpathplan.la \ - $(top_builddir)/graph/libgraph.la + $(top_builddir)/graph/libgraph.la \ + $(top_builddir)/dotneato/libcommon.la EXTRA_DIST = Makefile.old --- ./dotneato/common/Makefile.am.orig 2006-07-03 11:14:12 +0400 +++ ./dotneato/common/Makefile.am 2006-07-03 11:19:06 +0400 @@ -27,7 +27,7 @@ libcommon_la_LIBADD = \ @GD_LIBS@ @EXPAT_LIBS@ @LIBSVG_CAIRO_LIBS@ @Z_LIBS@ \ $(top_builddir)/pathplan/libpathplan.la \ - $(top_builddir)/dotneato/gvrender/libgvrender.la \ + $(top_builddir)/dotneato/gvrender/libgvrender.la psgen.o psgen.lo : ps.h --- ./dotneato/dotgen/Makefile.am.orig 2006-07-03 11:20:04 +0400 +++ ./dotneato/dotgen/Makefile.am 2006-07-03 12:08:51 +0400 @@ -21,6 +21,6 @@ libdotgen_la_LIBADD = \ $(top_builddir)/pathplan/libpathplan.la \ $(top_builddir)/graph/libgraph.la \ - $(top_builddir)/dotneato/libcommon.la + $(top_builddir)/dotneato/common/libcommon.la EXTRA_DIST = Makefile.old