summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2009-09-28 12:02:53 +0000
committerMichael Albinus <michael.albinus@gmx.de>2009-09-28 12:02:53 +0000
commiteefbedb1de1b16407079587893e77733d766c341 (patch)
treeee7cb03e4c3391eeb9af14071658d60ee6f02f9b /lisp/Makefile.in
parent0e66507834086cf65c608cf4e4182f3726157b73 (diff)
downloademacs-eefbedb1de1b16407079587893e77733d766c341.tar.gz
* Makefile.in (ELCFILES): Add net/tramp-imap.elc.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in1
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 \