From b5c90ca5a4a7d7df993cdfc357c9acf3464bafa3 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Mon, 28 Sep 1998 19:29:56 +0000 Subject: [PATCH] Install everything in $(libexecdir)/libgtop. 1998-09-28 Martin Baulig * Makefile.am: Install everything in $(libexecdir)/libgtop. --- examples/ChangeLog | 4 ++++ examples/Makefile.am | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/ChangeLog b/examples/ChangeLog index f5f424f4..747dda53 100644 --- a/examples/ChangeLog +++ b/examples/ChangeLog @@ -1,3 +1,7 @@ +1998-09-28 Martin Baulig + + * Makefile.am: Install everything in $(libexecdir)/libgtop. + 1998-09-09 Martin Baulig * smp.c: New file. Nice tool to show CPU statistics on SMP systems. diff --git a/examples/Makefile.am b/examples/Makefile.am index a88a4d15..7ba8373d 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -9,7 +9,9 @@ DEFS = @DEFS@ # We install it in `libexec' since this will make it more easy # to put the examples into an extra RPM package. -libexec_PROGRAMS = first second\ +libgtopdir = $(libexecdir)/libgtop + +libgtop_PROGRAMS = first second\ mountlist procmap \ @static_targets@ \ @guile_examples@ @smp_examples@