Mercurial > hg > xemacs-beta
diff lwlib/Makefile.in.in @ 12:bcdc7deadc19 r19-15b7
Import from CVS: tag r19-15b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:48:16 +0200 |
parents | 376386a54a3c |
children | 9ee227acff29 |
line wrap: on
line diff
--- a/lwlib/Makefile.in.in Mon Aug 13 08:47:56 2007 +0200 +++ b/lwlib/Makefile.in.in Mon Aug 13 08:48:16 2007 +0200 @@ -17,7 +17,8 @@ You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Some people use these in paths they define. We don't want their paths getting changed on them. */ @@ -195,6 +196,12 @@ EZ_SUBDIR = #endif +#if defined (HAVE_X_WINDOWS) +# ifndef NEED_TOOLKIT +# define NEED_TOOLKIT +# endif +#endif + SRCS = lwlib.c MOTIF_SRCS LUCID_SRCS ATHENA_SRCS lwlib-utils.c \ lwlib-config.c OBJS = lwlib.o MOTIF_OBJS LUCID_OBJS ATHENA_OBJS lwlib-utils.o \