diff options
author | Juri Linkov <juri@jurta.org> | 2009-08-12 20:31:25 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2009-08-12 20:31:25 +0000 |
commit | 777488480f77d81287a8687a318414ea7209769f (patch) | |
tree | f8fcb8491104d66dbd813c345598188fcedd0844 /lisp/Makefile.in | |
parent | 0d1b48e9ff0dbb51be0f875130f63239ab86f228 (diff) | |
download | emacs-777488480f77d81287a8687a318414ea7209769f.tar.gz |
(ELCFILES): Add files-x.elc.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index d0848eba278..a577b8042ea 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -500,6 +500,7 @@ ELCFILES = \ $(lisp)/ffap.elc \ $(lisp)/filecache.elc \ $(lisp)/files.elc \ + $(lisp)/files-x.elc \ $(lisp)/filesets.elc \ $(lisp)/find-cmd.elc \ $(lisp)/find-dired.elc \ |