diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-11-26 20:01:01 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-11-26 20:01:01 +0000 |
commit | 49a1ad7516f84672dcea24bc6178f87f92789c7c (patch) | |
tree | 95839ab8df06151f9322c89ffe7734b28f36a360 /Src/.distfiles | |
parent | ad5f9584c11561eb8d58b155aac018a771548e75 (diff) | |
download | zsh-49a1ad7516f84672dcea24bc6178f87f92789c7c.tar.gz zsh-49a1ad7516f84672dcea24bc6178f87f92789c7c.tar.xz zsh-49a1ad7516f84672dcea24bc6178f87f92789c7c.zip |
13194: change in module configuration system
Diffstat (limited to 'Src/.distfiles')
-rw-r--r-- | Src/.distfiles | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/.distfiles b/Src/.distfiles index d35b54232..2a0f1d276 100644 --- a/Src/.distfiles +++ b/Src/.distfiles @@ -5,9 +5,9 @@ DISTFILES_SRC=' ansi2knr.c modentry.c builtin.c compat.c cond.c exec.c glob.c hashtable.c hashtable.h hist.c init.c input.c jobs.c lex.c linklist.c loop.c main.c makepro.awk - math.c mem.c mkbltnmlst.sh mkmakemod.sh mkmodindex.sh + math.c mem.c mkbltnmlst.sh mkmakemod.sh module.c options.c params.c parse.c pattern.c prompt.c prototypes.h signals.c signals.h string.c subst.c system.h text.c utils.c - watch.c xmods.conf zsh.h zsh.mdd ztype.h + watch.c zsh.h zsh.mdd ztype.h zsh.rc zsh.ico ' |