mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
(MOUSE_SUPPORT): Define for HAVE_GPM.
This commit is contained in:
parent
d3c35d1703
commit
dd7c59638b
1 changed files with 4 additions and 0 deletions
|
|
@ -673,8 +673,12 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBO
|
|||
#define MOUSE_SUPPORT ${lispsource}mouse.elc \
|
||||
${lispsource}select.elc ${lispsource}scroll-bar.elc
|
||||
#else
|
||||
#ifdef HAVE_GPM
|
||||
#define MOUSE_SUPPORT ${lispsource}mouse.elc
|
||||
#else
|
||||
#define MOUSE_SUPPORT
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef VMS
|
||||
#define VMS_SUPPORT ${lispsource}vmsproc.elc ${lispsource}vms-patch.elc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue