index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2013-03-10 11:12:43 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-03-10 11:33:59 +1000 |
commit | f9be4eed42d50ccab59a116ad1a46af6a3c560a6 (patch) | |
tree | 28aaa8283ed13b9824ea6457469837bdbfd7716c /scripts | |
parent | 312e9252f4f74e26ad899950fbcb527d31760519 (diff) |
-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) |