diff options
Diffstat (limited to 'xc/lib/GL/mesa/src/drv/tdfx/Imakefile')
-rw-r--r-- | xc/lib/GL/mesa/src/drv/tdfx/Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xc/lib/GL/mesa/src/drv/tdfx/Imakefile b/xc/lib/GL/mesa/src/drv/tdfx/Imakefile index 982ca93e8..a8fe76fe7 100644 --- a/xc/lib/GL/mesa/src/drv/tdfx/Imakefile +++ b/xc/lib/GL/mesa/src/drv/tdfx/Imakefile @@ -278,7 +278,7 @@ XCOMM Disabling 3Dnow code for the time being. SRCS = $(DRISRCS) $(DRMSRCS) $(TDFXSRCS) $(MESASRCS) $(ASMSRCS) OBJS = $(DRIOBJS) $(DRMOBJS) $(TDFXOBJS) $(MESAOBJS) $(ASMOBJS) -REQUIREDLIBS += -lglide3x +REQUIREDLIBS += -lglide3x -lm #if !GlxUseBuiltInDRIDriver #undef DoNormalLib NormalLibGlx |