diff options
author | 2008-11-02 11:35:54 -0500 | |
---|---|---|
committer | 2008-11-02 11:36:11 -0500 | |
commit | 1f9f4983a66c30bf26b799e0c27c1994885ad767 (patch) | |
tree | db3ec869a1dc13310d907eaa154190894a5d3344 /hooks | |
parent | db01b59ec242d46ebc5a0c5f3398ab19c2c72f51 (diff) | |
download | paludis-1f9f4983a66c30bf26b799e0c27c1994885ad767.tar.gz paludis-1f9f4983a66c30bf26b799e0c27c1994885ad767.tar.xz |
Fix distcheck (I hope).
Diffstat (limited to 'hooks')
-rw-r--r-- | hooks/Makefile.am.m4 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/hooks/Makefile.am.m4 b/hooks/Makefile.am.m4 index d9871a63c..30abc780d 100644 --- a/hooks/Makefile.am.m4 +++ b/hooks/Makefile.am.m4 @@ -43,8 +43,14 @@ check_PROGRAMS = EXTRA_DIST = \ Makefile.am.m4 \ - $(installhookcommonprog_SCRIPTS) \ - $(installhookautoprog_SCRIPTS) \ + gnu_info_index.bash \ + eselect_env_update.bash.in \ + log.bash \ + installable_cache_regen.bash \ + installed_cache_regen.bash \ + write_cache_clean.bash \ + news.hook.in \ + find_config_updates.hook \ $(installhookinstallpost_SCRIPTS) \ $(check_SCRIPTS) |