On 13-Nov-99 [EMAIL PROTECTED] wrote:
> I am not familiar, but I think here is the right(?) solution:
> 
> --- Makefile.am.orig    Sat Nov 13 12:20:09 1999
> +++ Makefile.am Sat Nov 13 12:33:06 1999
> @@ -8,6 +8,8 @@
>  lib_LTLIBRARIES = libglut.la
>  
>  libglut_la_LDFLAGS = -version-info $(LIBGLUT_VERSION)
> +libglut_la_LIBADD = $(X_LIBS) $(X_LIBADD)
> +
>  libglut_la_SOURCES = \
>         glut_8x13.c \
>         glut_9x15.c \
> ------------------------------------------------------------

Hmm someone (Brian?) already messed around with Makefile.am,
which has now 2 definitions of "libglut_la_LDFLAGS" in it.
I think using "libglut_la_LIBADD" is probably the right solutions.

Andree



_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to