diff options
| author | Nick Roberts | 2007-06-03 00:41:36 +0000 |
|---|---|---|
| committer | Nick Roberts | 2007-06-03 00:41:36 +0000 |
| commit | dd7c59638b1dce6894fc7dcb098f97d526ca2caf (patch) | |
| tree | 58d0af96e064ddc6ed42ec4861ecb02224630fe6 | |
| parent | d3c35d17036e0b9f409e26a0491989a336849a4f (diff) | |
| download | emacs-dd7c59638b1dce6894fc7dcb098f97d526ca2caf.tar.gz emacs-dd7c59638b1dce6894fc7dcb098f97d526ca2caf.zip | |
(MOUSE_SUPPORT): Define for HAVE_GPM.
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 65a604bf78c..a19cf3969fe 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -673,8 +673,12 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBO | |||
| 673 | #define MOUSE_SUPPORT ${lispsource}mouse.elc \ | 673 | #define MOUSE_SUPPORT ${lispsource}mouse.elc \ |
| 674 | ${lispsource}select.elc ${lispsource}scroll-bar.elc | 674 | ${lispsource}select.elc ${lispsource}scroll-bar.elc |
| 675 | #else | 675 | #else |
| 676 | #ifdef HAVE_GPM | ||
| 677 | #define MOUSE_SUPPORT ${lispsource}mouse.elc | ||
| 678 | #else | ||
| 676 | #define MOUSE_SUPPORT | 679 | #define MOUSE_SUPPORT |
| 677 | #endif | 680 | #endif |
| 681 | #endif | ||
| 678 | 682 | ||
| 679 | #ifdef VMS | 683 | #ifdef VMS |
| 680 | #define VMS_SUPPORT ${lispsource}vmsproc.elc ${lispsource}vms-patch.elc | 684 | #define VMS_SUPPORT ${lispsource}vmsproc.elc ${lispsource}vms-patch.elc |