]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (ELCFILES): Add net/xesam.el.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 24 Jul 2008 21:56:29 +0000 (21:56 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 24 Jul 2008 21:56:29 +0000 (21:56 +0000)
lisp/ChangeLog
lisp/Makefile.in

index 79f680ec932c39d34f029f27ae397f19317ed708..9091d9768cfa279c8bec3a2c923f26ce749f0bab 100644 (file)
@@ -1,5 +1,7 @@
 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
 
+       * Makefile.in (ELCFILES): Add net/xesam.el.
+
        * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
        process name.  Reported by Markus Triska <markus.triska@gmx.at>.
 
index 25f01d845bf096920177418a5ad107cd15cd3a16..02fdb3d6d42fbde86032d161d7af4ed2253cd10d 100644 (file)
@@ -34,7 +34,7 @@ EMACS = ../src/emacs
 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 @@ ELCFILES = \
        $(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 \