diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 90083938e1c..1b64f54cbdd 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-05-08 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (lisp2): Rename epa-file-hook.elc to epa-hook.elc. | ||
| 4 | |||
| 1 | 2008-05-03 Eli Zaretskii <eliz@gnu.org> | 5 | 2008-05-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * makefile.w32-in (lisp2): Add epa-file-hook.elc, to track the | 7 | * makefile.w32-in (lisp2): Add epa-file-hook.elc, to track the |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 91a07f24683..8a168b3842e 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -281,7 +281,7 @@ lisp2 = \ | |||
| 281 | $(lispsource)jka-cmpr-hook.elc \ | 281 | $(lispsource)jka-cmpr-hook.elc \ |
| 282 | $(lispsource)vc-hooks.elc \ | 282 | $(lispsource)vc-hooks.elc \ |
| 283 | $(lispsource)ediff-hook.elc \ | 283 | $(lispsource)ediff-hook.elc \ |
| 284 | $(lispsource)epa-file-hook.elc \ | 284 | $(lispsource)epa-hook.elc \ |
| 285 | $(TOOLTIP_SUPPORT) \ | 285 | $(TOOLTIP_SUPPORT) \ |
| 286 | $(WINNT_SUPPORT) \ | 286 | $(WINNT_SUPPORT) \ |
| 287 | $(WINDOW_SUPPORT) \ | 287 | $(WINDOW_SUPPORT) \ |