From: mfranz Date: Sun, 14 May 2006 12:22:53 +0000 (+0000) Subject: linking with the puaux lib would be recommendable, if we are using its X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=93f4180597376e3516f47c1020d1fdce2d62988e;p=flightgear.git linking with the puaux lib would be recommendable, if we are using its widgets ;-) --- 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) \