diff options
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/Makefile.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 18f98e390bc..e84316ac91f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2008-05-02 Daiki Ueno <ueno@unixuser.org> | 1 | 2008-05-02 Daiki Ueno <ueno@unixuser.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (lisp): Add epa-file-hook.elc. | 3 | * Makefile.in (lisp, shortlisp): Add epa-file-hook.elc. |
| 4 | 4 | ||
| 5 | 2008-05-02 Juri Linkov <juri@jurta.org> | 5 | 2008-05-02 Juri Linkov <juri@jurta.org> |
| 6 | 6 | ||
diff --git a/src/Makefile.in b/src/Makefile.in index 636f190e6a4..62cb3daf424 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -871,6 +871,7 @@ shortlisp= \ | |||
| 871 | ../lisp/vc-hooks.elc \ | 871 | ../lisp/vc-hooks.elc \ |
| 872 | ../lisp/jka-cmpr-hook.elc \ | 872 | ../lisp/jka-cmpr-hook.elc \ |
| 873 | ../lisp/ediff-hook.elc \ | 873 | ../lisp/ediff-hook.elc \ |
| 874 | ../lisp/epa-file-hook.elc \ | ||
| 874 | ../lisp/widget.elc \ | 875 | ../lisp/widget.elc \ |
| 875 | ../lisp/window.elc \ | 876 | ../lisp/window.elc \ |
| 876 | ../lisp/version.el | 877 | ../lisp/version.el |