Don't create guile/Makefile'. Removed. (SUBDIRS): Removed guile'.

1998-10-11  Martin Baulig  <martin@home-of-linux.org>

	* configure.in: Don't create `guile/Makefile'.
	* Makefile.am (DIST_SUBDIRS): Removed.
	(SUBDIRS): Removed `guile'.
This commit is contained in:
Martin Baulig
1998-10-11 20:22:35 +00:00
committed by Martin Baulig
parent 27a961b25d
commit 46779ed121
3 changed files with 5 additions and 12 deletions

View File

@@ -1,5 +1,9 @@
1998-10-11 Martin Baulig <martin@home-of-linux.org>
* 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.

View File

@@ -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

View File

@@ -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])