index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | scripts/Makefile.am | 3 |
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index c3c1d73a..784b1802 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -29,7 +29,8 @@ LIBRARY = \ library/output_format.sh \ library/parseopts.sh \ library/human_to_size.sh \ - library/size_to_human.sh + library/size_to_human.sh \ + library/term_colors.sh # Files that should be removed, but which Automake does not know. MOSTLYCLEANFILES = $(bin_SCRIPTS) |