summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-08-19 08:45:47 +0000
committerMartin Baulig <martin@src.gnome.org>1998-08-19 08:45:47 +0000
commit40ac07d0e0df665bf5d40a8ccb9a43c14ca80c9e (patch)
tree4e6addb61f7f8910a2a8910e3c5c34b33569c9b0
parent7902405bd8b77d106aee6d9b7353450c1e9259de (diff)
downloadlibgtop-40ac07d0e0df665bf5d40a8ccb9a43c14ca80c9e.tar.gz
Installing examples in `$(libexecdir)'.
-rw-r--r--examples/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 43c28bf0..2e09169d 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -6,7 +6,10 @@ CFLAGS = -Wall -W @CFLAGS@ -O0
DEFS = @DEFS@
-bin_PROGRAMS = first first_static second second_static \
+# We install it in `libexec' since this will make it more easy
+# to put the examples into an extra RPM package.
+
+libexec_PROGRAMS = first first_static second second_static \
mountlist mountlist_static \
procmap procmap_static \
@guile_examples@