changeset 54384:d113031a7e95

(XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 13 Mar 2004 12:56:53 +0000
parents 3ac0da0026e6
children d8314f01e053
files src/Makefile.in
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Sat Mar 13 12:55:41 2004 +0000
+++ b/src/Makefile.in	Sat Mar 13 12:56:53 2004 +0000
@@ -448,6 +448,10 @@
 #else /* not HAVE_X11 */
 LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM
 #endif /* not HAVE_X11 */
+#else /* not HAVE_X_WINDOWS */
+#ifdef HAVE_MENUS
+XMENU_OBJ = xmenu.o
+#endif
 #endif /* not HAVE_X_WINDOWS */
 
 LIBSOUND= @LIBSOUND@