diff options
| author | Michael Albinus | 2009-06-22 21:02:55 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-06-22 21:02:55 +0000 |
| commit | 60cf2f3386ad865b8d8e99ac2008efcf11fe033a (patch) | |
| tree | 4abbbbdb63d36e7bd19b4c6765b1f42d5619a132 | |
| parent | e0a28a3beca1255d99fb9f65d7a99975af987409 (diff) | |
| download | emacs-60cf2f3386ad865b8d8e99ac2008efcf11fe033a.tar.gz emacs-60cf2f3386ad865b8d8e99ac2008efcf11fe033a.zip | |
* Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
| -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 5be96124081..ab4da05bb9d 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -860,6 +860,7 @@ ELCFILES = \ | |||
| 860 | $(lisp)/net/tramp-compat.elc \ | 860 | $(lisp)/net/tramp-compat.elc \ |
| 861 | $(lisp)/net/tramp-fish.elc \ | 861 | $(lisp)/net/tramp-fish.elc \ |
| 862 | $(lisp)/net/tramp-ftp.elc \ | 862 | $(lisp)/net/tramp-ftp.elc \ |
| 863 | $(lisp)/net/tramp-gvfs.el \ | ||
| 863 | $(lisp)/net/tramp-gw.elc \ | 864 | $(lisp)/net/tramp-gw.elc \ |
| 864 | $(lisp)/net/tramp-smb.elc \ | 865 | $(lisp)/net/tramp-smb.elc \ |
| 865 | $(lisp)/net/tramp-uu.elc \ | 866 | $(lisp)/net/tramp-uu.elc \ |