# HG changeset patch # User Michael Albinus # Date 1216936552 0 # Node ID e2c2a91ab311ee5097d3487a5ecf803d99e6f9ca # Parent 0988f467424201c150ee9e3c39cda16629b29956 * Makefile.in (ELCFILES): Add net/xesam.el. diff -r 0988f4674242 -r e2c2a91ab311 lisp/Makefile.in --- 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 \