From 93f4180597376e3516f47c1020d1fdce2d62988e Mon Sep 17 00:00:00 2001 From: mfranz <mfranz> Date: Sun, 14 May 2006 12:22:53 +0000 Subject: [PATCH] linking with the puaux lib would be recommendable, if we are using its widgets ;-) --- src/Main/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index a619aa67d..ac8945c85 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -97,7 +97,7 @@ fgfs_LDADD = \ -lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound -lsgserial \ -lsgstructure -lsgenvironment \ $(THREAD_LIBS) \ - -lplibpu -lplibfnt -lplibjs -lplibnet -lplibssgaux -lplibssg -lplibsg -lplibul \ + -lplibpuaux -lplibpu -lplibfnt -lplibjs -lplibnet -lplibssgaux -lplibssg -lplibsg -lplibul \ $(network_LIBS) \ -lz \ $(opengl_LIBS) \