diff options
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ChangeLog | 5 | ||||
-rw-r--r-- | lib-src/makefile.w32-in | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4969b93734d..afc678c0434 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2009-07-03 Eli Zaretskii <eliz@gnu.org> + + * makefile.w32-in (WINNT_SUPPORT): Add common-win.elc, like + src/Makefile.in did. + 2009-06-30 Jason Rumney <jasonr@gnu.org> * emacsclient.c (w32_give_focus): Use GetModuleHandle for library diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index dbc9b155f0e..dfbc6324c2a 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -176,6 +176,7 @@ WINNT_SUPPORT = \ $(lispsource)w32-fns.elc \ $(lispsource)dos-w32.elc \ $(lispsource)w32-vars.elc \ + $(lispsource)term/common-win.elc \ $(lispsource)term/w32-win.elc TOOLTIP_SUPPORT = $(lispsource)tooltip.elc WINDOW_SUPPORT = \ |