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@