changeset 96994:e2c2a91ab311

* Makefile.in (ELCFILES): Add net/xesam.el.
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 24 Jul 2008 21:55:52 +0000
parents 0988f4674242
children 6587a1d0c457
files lisp/Makefile.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/Makefile.in	Thu Jul 24 21:52:51 2008 +0000
+++ b/lisp/Makefile.in	Thu Jul 24 21:55:52 2008 +0000
@@ -34,7 +34,7 @@
 EMACSOPT = -batch --no-site-file --multibyte
 
 # Extra flags to pass to the byte compiler
-BYTE_COMPILE_EXTRA_FLAGS = 
+BYTE_COMPILE_EXTRA_FLAGS =
 # For example to not display the undefined function warnings you can use this:
 # BYTE_COMPILE_EXTRA_FLAGS = --eval '(setq byte-compile-warnings (quote (not unresolved)))'
 # The example above is just for developers, it should not be used by default.
@@ -864,6 +864,7 @@
 	$(lisp)/net/tramp.elc \
 	$(lisp)/net/trampver.elc \
 	$(lisp)/net/webjump.elc \
+	$(lisp)/net/xesam.elc \
 	$(lisp)/net/zeroconf.elc \
 	$(lisp)/newcomment.elc \
 	$(lisp)/novice.elc \