From 3c3dfcd77d0f715a49947a66ac1593c302d503a2 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 24 Oct 1999 15:51:28 +0000 Subject: The LibGTop examples have been moved into their own top-level module 1999-10-24 Martin Baulig The LibGTop examples have been moved into their own top-level module libgtop-examples. * examples/*: Removed. * configure.in: Removed all checks for the examples. * libgtop-sysdeps.m4: Removed --with-libgtop-examples parameter. * Makefile.am: Removed examples from the subdir list. --- Makefile.am | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fbad9ab5..bec7b220 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,17 +1,10 @@ ## Process this file with automake to produce Makefile.in. -if EXAMPLES -examples_SUBDIRS = examples -else -examples_SUBDIRS = -endif - if BUILD_GNOME_SUPPORT support = support endif -SUBDIRS = po intl $(support) macros misc include sysdeps lib src \ - $(examples_SUBDIRS) doc +SUBDIRS = po intl $(support) macros misc include sysdeps lib src doc include_HEADERS = glibtop.h configincludedir = $(pkglibdir)/include @@ -85,7 +78,6 @@ libgtopConf.sh: libgtopConf.sh.in Makefile -e 's#\@libgtop_need_server\@#$(libgtop_need_server)#g' \ -e 's#\@libgtop_use_machine_h\@#$(libgtop_use_machine_h)#g' \ -e 's#\@libgtop_guile_found\@#$(libgtop_guile_found)#g' \ - -e 's#\@libgtop_want_examples\@#$(libgtop_want_examples)#g' \ < $(srcdir)/libgtopConf.sh.in > libgtopConf.tmp \ && mv libgtopConf.tmp libgtopConf.sh -- cgit v1.2.1