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@