Moved all Guile code to the libgtop-bindings module.

1999-12-05  Martin Baulig  <martin@home-of-linux.org>

	Moved all Guile code to the libgtop-bindings module.

	* sysdeps/guile/*: Removed.
	* sysdeps/guile/names/*: Removed.

	* libgtopConf.sh.in: Removed all guile variables.

	* configure.in: Don't check for guile any longer.
This commit is contained in:
Martin Baulig
1999-12-05 22:16:31 +00:00
committed by Martin Baulig
parent 117af5f59b
commit 8e9a0fbe99
17 changed files with 19 additions and 818 deletions
+4
View File
@@ -10,6 +10,10 @@ libgtop_la_SOURCES = init.c open.c close.c command.c read.c \
libgtop_la_LDFLAGS = $(LT_VERSION_INFO)
glibtopdir = $(includedir)/glibtop
glibtop_HEADERS = structures.h
BUILT_SOURCES = lib.c structures.h
lib.c: lib.pl $(top_builddir)/config.h $(top_srcdir)/features.def $(top_srcdir)/scripts/c_types.pl
+1 -1
View File
@@ -92,7 +92,7 @@ sub parse_features_def {
$feature =~ s/^@//;
$features{$feature} = $feature;
$structures{$structure_count++} = $feature;
$structures{$structure_count++} = 'glibtop_'.$feature;
}
sub parse_structure_def {