diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2009-09-28 12:02:53 +0000 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2009-09-28 12:02:53 +0000 |
commit | eefbedb1de1b16407079587893e77733d766c341 (patch) | |
tree | ee7cb03e4c3391eeb9af14071658d60ee6f02f9b /lisp/Makefile.in | |
parent | 0e66507834086cf65c608cf4e4182f3726157b73 (diff) | |
download | emacs-eefbedb1de1b16407079587893e77733d766c341.tar.gz |
* Makefile.in (ELCFILES): Add net/tramp-imap.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 103bd395bee..60eb7a319dc 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -879,6 +879,7 @@ ELCFILES = \ $(lisp)/net/tramp-ftp.elc \ $(lisp)/net/tramp-gvfs.elc \ $(lisp)/net/tramp-gw.elc \ + $(lisp)/net/tramp-imap.elc \ $(lisp)/net/tramp-smb.elc \ $(lisp)/net/tramp-uu.elc \ $(lisp)/net/tramp.elc \ |