Mercurial > hg > xemacs-beta
diff src/Makefile.in.in @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 9ee227acff29 |
children | d95e72db5c07 |
line wrap: on
line diff
--- a/src/Makefile.in.in Mon Aug 13 08:48:43 2007 +0200 +++ b/src/Makefile.in.in Mon Aug 13 08:49:20 2007 +0200 @@ -544,6 +544,9 @@ #ifdef LWLIB_USES_MOTIF TOOLKIT_LIBS = -lXm +#ifdef LWLIB_USES_ATHENA +TOOLKIT_LIBS = -lXm -lXaw +#endif /* LWLIB_USES_ATHENA */ #else /* ! LWLIB_USES_MOTIF */ TOOLKIT_LIBS = -lXaw #endif /* ! LWLIB_USES_MOTIF */