From 46779ed121426d44990104f7340c669d1c95c817 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 11 Oct 1998 20:22:35 +0000 Subject: [PATCH] Don't create `guile/Makefile'. Removed. (SUBDIRS): Removed `guile'. 1998-10-11 Martin Baulig * configure.in: Don't create `guile/Makefile'. * Makefile.am (DIST_SUBDIRS): Removed. (SUBDIRS): Removed `guile'. --- ChangeLog | 4 ++++ Makefile.am | 12 +----------- configure.in | 1 - 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d265185..64f508f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1998-10-11 Martin Baulig + * configure.in: Don't create `guile/Makefile'. + * Makefile.am (DIST_SUBDIRS): Removed. + (SUBDIRS): Removed `guile'. + * include/glibtop/*.h: Removed external delarations of all `glibtop_guile_*' functions that were formerly defined in sysdeps/guile/guile.c and sysdeps/guile/names/guile-names.c. diff --git a/Makefile.am b/Makefile.am index 452892d9..b0df0484 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,17 +6,7 @@ else examples_SUBDIRS = endif -if GUILE -guile_SUBDIRS = guile -else -guile_SUBDIRS = -endif - - -SUBDIRS = po intl support macros include sysdeps lib src \ - $(examples_SUBDIRS) - -DIST_SUBDIRS = po intl support macros include sysdeps src lib guile examples +SUBDIRS = po intl support macros include sysdeps lib src $(examples_SUBDIRS) include_HEADERS = glibtop.h diff --git a/configure.in b/configure.in index a7356cf6..ef0cdb72 100644 --- a/configure.in +++ b/configure.in @@ -357,7 +357,6 @@ src/Makefile src/daemon/Makefile src/inodedb/Makefile lib/Makefile -guile/Makefile examples/Makefile support/Makefile macros/Makefile],[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])