From 09227c31dd67ea55134bce2c4849c7beff17e095 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 10 Dec 2005 22:54:31 +0000 Subject: [PATCH] (noinst_HEADERS): Add rand-isaac.h. --- src/Makefile.am | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index eb967b5360..550d18891d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,9 +34,18 @@ bin_PROGRAMS = [ chgrp chown chmod cp dd dircolors du \ noinst_PROGRAMS = setuidgid noinst_HEADERS = \ - system.h copy.h cp-hash.h ls.h dircolors.h remove.h \ - chown-core.h fs.h \ - wheel.h wheel-size.h + chown-core.h \ + copy.h \ + cp-hash.h \ + dircolors.h \ + fs.h \ + ls.h \ + rand-isaac.h \ + remove.h \ + system.h \ + wheel-size.h \ + wheel.h + EXTRA_DIST = dcgen dircolors.hin tac-pipe.c \ groups.sh wheel-gen.pl extract-magic CLEANFILES = $(SCRIPTS) su -- 2.47.3