diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-05-09 00:02:32 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-05-09 00:02:32 +0000 |
commit | 92a5315914bb6e022b4110fa495c7820bb8410f4 (patch) | |
tree | 0bb724488ace4342ea1bd8ecdb1df8057a274f10 /libs/Makefile.am | |
parent | no foreign. (diff) | |
parent | updated config module (diff) | |
download | eselect-92a5315914bb6e022b4110fa495c7820bb8410f4.tar.gz eselect-92a5315914bb6e022b4110fa495c7820bb8410f4.tar.bz2 eselect-92a5315914bb6e022b4110fa495c7820bb8410f4.zip |
merge from branches/ciaranm/config
svn path=/trunk/; revision=81
Diffstat (limited to 'libs/Makefile.am')
-rw-r--r-- | libs/Makefile.am | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/libs/Makefile.am b/libs/Makefile.am index 544a170..dc7cfe1 100644 --- a/libs/Makefile.am +++ b/libs/Makefile.am @@ -1,5 +1,12 @@ -noinst_SCRIPTS = config.bash core.bash default.eclectic multilib.bash output.bash -EXTRA_DIST = config.bash.in core.bash.in default.eclectic.in multilib.bash.in output.bash.in +noinst_SCRIPTS = \ + config.bash \ + core.bash \ + default.eclectic \ + multilib.bash \ + output.bash \ + tests.bash + +EXTRA_DIST = $(foreach f, $(noinst_SCRIPTS), $(f).in) %.bash : %.bash.in cp $? $@ |