From 57220efd9bab4c3efc1cf7ce3f9b90089337f1cc Mon Sep 17 00:00:00 2001 From: ehofman Date: Fri, 9 Jan 2004 22:29:22 +0000 Subject: [PATCH] Add the math library for architextures that needs it --- utils/Modeller/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Modeller/Makefile.am b/utils/Modeller/Makefile.am index 01168d528..81a7ffc60 100644 --- a/utils/Modeller/Makefile.am +++ b/utils/Modeller/Makefile.am @@ -4,4 +4,4 @@ noinst_PROGRAMS = 3dconvert animassist 3dconvert_LDADD = -lplibssg -lplibsg -lplibul $(opengl_LIBS) $(audio_LIBS) animassist_SOURCES = animassist.c - +animassist_LDADD = $(base_LIBS) -- 2.39.5