diff options
author | Eli Zaretskii <eliz@gnu.org> | 2009-07-03 13:42:29 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2009-07-03 13:42:29 +0000 |
commit | f2d6b714696d8c82c17927d3af415c147b412006 (patch) | |
tree | c74a137af2494ecd660d3f4fd8d56663e8a485b4 /lib-src/makefile.w32-in | |
parent | 6978862dc888bc9118ea654003d3e21493ce35c4 (diff) | |
download | emacs-f2d6b714696d8c82c17927d3af415c147b412006.tar.gz |
(WINNT_SUPPORT): Add common-win.elc, like src/Makefile.in did.
Diffstat (limited to 'lib-src/makefile.w32-in')
-rw-r--r-- | lib-src/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
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 = \ |