From 30688dde55f637c9b984809c685b61378b82805f Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Sat, 4 Jul 2009 01:18:01 +0200 Subject: build-sys: rename to _execdir The variable name "usrlibexecdir" is very confusing (because we have /usr/libexec). The "exec" prefix is required for user-defined directories, see http://www.gnu.org/software/hello/manual/automake/The-Two-Parts-of-Install.html#The-Two-Parts-of-Install This patch renames all usr*execdir variables to usr*_execdir. Signed-off-by: Karel Zak --- getopt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getopt') diff --git a/getopt/Makefile.am b/getopt/Makefile.am index 58ae7fc3..bd3e7942 100644 --- a/getopt/Makefile.am +++ b/getopt/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/config/include-Makefile.am -usrbinexec_PROGRAMS = getopt +usrbin_exec_PROGRAMS = getopt dist_man_MANS = getopt.1 exampledir = $(datadir)/getopt/ -- cgit v1.2.3