summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1999-10-24 15:51:28 +0000
committerMartin Baulig <martin@src.gnome.org>1999-10-24 15:51:28 +0000
commit3c3dfcd77d0f715a49947a66ac1593c302d503a2 (patch)
tree60458d15ac833c035b322107a8dcdb1397fc8284 /Makefile.am
parent0adc3bd9ab9841303361ea250747082d12a4e4b9 (diff)
downloadlibgtop-3c3dfcd77d0f715a49947a66ac1593c302d503a2.tar.gz
The LibGTop examples have been moved into their own top-level module
1999-10-24 Martin Baulig <martin@home-of-linux.org> 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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 1 insertions, 9 deletions
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