From ebd0099bae596fb1dff7ec46aca54d9916d21bba Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 20 Aug 2008 01:53:50 +0000 Subject: [PATCH] mostly reverting previous change - found an easier way --- configure.ac | 5 ++--- lib/Makefile.am | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 0854c4528..3ac3e90ef 100644 --- a/configure.ac +++ b/configure.ac @@ -2868,8 +2868,6 @@ AC_CONFIG_FILES(Makefile lib/xdot/Makefile lib/topfish/Makefile lib/glcomp/Makefile - lib/tclstubs/Makefile - lib/tkstubs/Makefile macosx/Info.plist macosx/build/graphviz.pmdoc/01local.xml macosx/build/graphviz.pmdoc/02graphviz.xml @@ -2887,7 +2885,6 @@ AC_CONFIG_FILES(Makefile plugin/pango/Makefile plugin/quartz/Makefile plugin/rsvg/Makefile - plugin/tcl/Makefile plugin/xlib/Makefile plugin/dot_layout/Makefile plugin/neato_layout/Makefile @@ -2909,6 +2906,8 @@ AC_CONFIG_FILES(Makefile cmd/dotty/Makefile cmd/smyrna/Makefile tclpkg/Makefile + tclpkg/tclstubs/Makefile + tclpkg/tkstubs/Makefile tclpkg/tclhandle/Makefile tclpkg/gdtclft/Makefile tclpkg/gdtclft/demo/Makefile diff --git a/lib/Makefile.am b/lib/Makefile.am index d33209629..6aaf34e53 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -3,7 +3,6 @@ SUBDIRS = cdt graph agraph gd pathplan agutil sfio vmalloc ast vpsc \ circogen dotgen fdpgen neatogen twopigen sparse sfdpgen \ - patchwork common pack gvc ingraphs expr cgraph xdot topfish glcomp \ - tclstubs tkstubs + patchwork common pack gvc ingraphs expr cgraph xdot topfish glcomp EXTRA_DIST = Makefile.old -- 2.50.1