diff options
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index ca6a6acd955..bb45ad0b19d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -106,6 +106,9 @@ RSVG_CFLAGS= @RSVG_CFLAGS@ | |||
| 106 | ## widget.o if USE_X_TOOLKIT, otherwise empty. | 106 | ## widget.o if USE_X_TOOLKIT, otherwise empty. |
| 107 | WIDGET_OBJ=@WIDGET_OBJ@ | 107 | WIDGET_OBJ=@WIDGET_OBJ@ |
| 108 | 108 | ||
| 109 | ## sheap.o if CYGWIN, otherwise empty. | ||
| 110 | CYGWIN_OBJ=@CYGWIN_OBJ@ | ||
| 111 | |||
| 109 | NS_OBJ=@NS_OBJ@ | 112 | NS_OBJ=@NS_OBJ@ |
| 110 | NS_SUPPORT=@NS_SUPPORT@ | 113 | NS_SUPPORT=@NS_SUPPORT@ |
| 111 | 114 | ||
| @@ -368,10 +371,6 @@ MSDOS_OBJ = dosfns.o msdos.o w16select.o xmenu.o termcap.o | |||
| 368 | #endif | 371 | #endif |
| 369 | #endif | 372 | #endif |
| 370 | 373 | ||
| 371 | #ifdef CYGWIN | ||
| 372 | CYGWIN_OBJ = sheap.o | ||
| 373 | #endif | ||
| 374 | |||
| 375 | #ifdef HAVE_NS | 374 | #ifdef HAVE_NS |
| 376 | ns_appdir=@ns_appdir@/ | 375 | ns_appdir=@ns_appdir@/ |
| 377 | ns_appbindir=@ns_appbindir@/ | 376 | ns_appbindir=@ns_appbindir@/ |