From 40ac07d0e0df665bf5d40a8ccb9a43c14ca80c9e Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Wed, 19 Aug 1998 08:45:47 +0000 Subject: [PATCH] Installing examples in `$(libexecdir)'. --- examples/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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@