]> granicus.if.org Git - graphviz/commitdiff
separate tree for plugins
authorellson <devnull@localhost>
Sun, 25 Jun 2006 10:36:35 +0000 (10:36 +0000)
committerellson <devnull@localhost>
Sun, 25 Jun 2006 10:36:35 +0000 (10:36 +0000)
plugin/CMakeLists.txt [new file with mode: 0644]
plugin/Makefile.am [new file with mode: 0644]

diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt
new file mode 100644 (file)
index 0000000..e35a8a5
--- /dev/null
@@ -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 (file)
index 0000000..965348f
--- /dev/null
@@ -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