From 317a34daf8a36cb3c8bfe52c3619f1c24c62137e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 10 Jul 2003 15:49:17 +0000 Subject: [PATCH] (noinst_PROGRAMS): Define to setuidgid. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 334144a..01fd2fb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,6 +14,8 @@ bin_PROGRAMS = [ chgrp chown chmod cp dd dircolors du \ test true tty whoami yes \ $(OPTIONAL_BIN_PROGS) $(DF_PROG) +noinst_PROGRAMS = setuidgid + noinst_HEADERS = \ system.h sys2.h checksum.h copy.h cp-hash.h ls.h dircolors.h remove.h \ chown-core.h fs.h \ -- 2.7.4