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:
committed by
Martin Baulig
parent
27a961b25d
commit
46779ed121
@@ -1,5 +1,9 @@
|
|||||||
1998-10-11 Martin Baulig <martin@home-of-linux.org>
|
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
|
* include/glibtop/*.h: Removed external delarations of all
|
||||||
`glibtop_guile_*' functions that were formerly defined in
|
`glibtop_guile_*' functions that were formerly defined in
|
||||||
sysdeps/guile/guile.c and sysdeps/guile/names/guile-names.c.
|
sysdeps/guile/guile.c and sysdeps/guile/names/guile-names.c.
|
||||||
|
12
Makefile.am
12
Makefile.am
@@ -6,17 +6,7 @@ else
|
|||||||
examples_SUBDIRS =
|
examples_SUBDIRS =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if GUILE
|
SUBDIRS = po intl support macros include sysdeps lib src $(examples_SUBDIRS)
|
||||||
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
|
|
||||||
|
|
||||||
include_HEADERS = glibtop.h
|
include_HEADERS = glibtop.h
|
||||||
|
|
||||||
|
@@ -357,7 +357,6 @@ src/Makefile
|
|||||||
src/daemon/Makefile
|
src/daemon/Makefile
|
||||||
src/inodedb/Makefile
|
src/inodedb/Makefile
|
||||||
lib/Makefile
|
lib/Makefile
|
||||||
guile/Makefile
|
|
||||||
examples/Makefile
|
examples/Makefile
|
||||||
support/Makefile
|
support/Makefile
|
||||||
macros/Makefile],[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])
|
macros/Makefile],[sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])
|
||||||
|
Reference in New Issue
Block a user