From f5289068d4cd2f596bbcc7000280671ee61c4737 Mon Sep 17 00:00:00 2001 From: ellson Date: Sun, 25 Jun 2006 10:36:35 +0000 Subject: [PATCH] separate tree for plugins --- plugin/CMakeLists.txt | 10 ++++++++++ plugin/Makefile.am | 6 ++++++ 2 files changed, 16 insertions(+) create mode 100644 plugin/CMakeLists.txt create mode 100644 plugin/Makefile.am diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt new file mode 100644 index 000000000..e35a8a5ac --- /dev/null +++ b/plugin/CMakeLists.txt @@ -0,0 +1,10 @@ +# $Id$ $Revision$ +## Process this file with cmake to produce Makefile + +SUBDIRS( + core + gd + pango + dot_layout + neato_layout +) diff --git a/plugin/Makefile.am b/plugin/Makefile.am new file mode 100644 index 000000000..965348f59 --- /dev/null +++ b/plugin/Makefile.am @@ -0,0 +1,6 @@ +# $Id$ $Revision$ +## Process this file with automake to produce Makefile.in + +SUBDIRS = core gd pango dot_layout neato_layout + +EXTRA_DIST = Makefile.old -- 2.40.0