diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-07-29 17:47:11 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-07-29 17:47:11 +0000 |
commit | 372b103a0c1a55575f854356421aa6768a0d57b5 (patch) | |
tree | 7bbc43936844f870643ffdde34a47797328f39e4 /lisp/Makefile.in | |
parent | 32c868b99e933d8391ddbb1627f2f096809dc45d (diff) | |
download | emacs-372b103a0c1a55575f854356421aa6768a0d57b5.tar.gz |
(ELCFILES): Add mairix.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 9a20439c48a..c4b27cfff0a 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -832,6 +832,7 @@ ELCFILES = \ $(lisp)/net/hmac-md5.elc \ $(lisp)/net/imap.elc \ $(lisp)/net/ldap.elc \ + $(lisp)/net/mairix.elc \ $(lisp)/net/net-utils.elc \ $(lisp)/net/netrc.elc \ $(lisp)/net/newst-backend.elc \ |