From 42cd7bb112005a6dd267caa9a10a6e60498e3ace Mon Sep 17 00:00:00 2001 From: north Date: Wed, 4 Jun 2008 19:24:39 +0000 Subject: [PATCH] automake script mods for xxxgen --- doc/addingLayout.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/addingLayout.txt b/doc/addingLayout.txt index 86d4328aa..d27ae360e 100644 --- a/doc/addingLayout.txt +++ b/doc/addingLayout.txt @@ -126,3 +126,16 @@ to layout_type in that file. Changes need to be made to any applications, such as gvedit, that statically know about layout algorithms. + +================== + +Software configuration - automake + +1. In lib/xxxgen, provide a Makefile.am (based on a simple example +3. In lib/Makefile.am, add xxxgen to SUBDIRS +2. In configure.ac, add lib/xxxgen/Makefile to AC_CONFIG_FILES. +like lib/fdpgen/Makefile.am) +4. In lib/plugin/neato_layout/Makefile.am, insert + $(top_builddir)/lib/xxxgen/libxxxgen_C.la + in libgvplugin_neato_layout_C_la_LIBADD +5. Remember to run autogen.sh because on its own configure can guess wrong. -- 2.40.0