diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index eb967b536..550d18891 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 |