From f0ddd9048f6188b459842b858ca34fed1e2d620d Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 28 Aug 2003 21:05:01 +0000 Subject: [PATCH] Fix a small oops on my part. --- src/Main/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index d87c09139..ee60d0671 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -99,9 +99,10 @@ fgfs_LDADD = \ $(top_builddir)/src/Systems/libSystems.a \ $(top_builddir)/src/Time/libTime.a \ $(WEATHER_LIBS) \ - -lsgroute -lsgclouds3d -lsgsky -lsgsound -lsgephem -lsgmaterial -lsgtgdb -lsgmodel \ + $(CLOUD3D_LIBS) \ + -lsgroute -lsgsky -lsgsound -lsgephem -lsgmaterial -lsgtgdb -lsgmodel \ -lsgtiming -lsgio -lsgscreen -lsgmath -lsgbucket -lsgprops -lsgdebug \ - -lsgmagvar -lsgmisc -lsgxml -lsgsound -lsgserial $(CLOUD3D_LIBS) \ + -lsgmagvar -lsgmisc -lsgxml -lsgsound -lsgserial \ $(THREAD_LIBS) \ -lplibpu -lplibfnt -lplibjs -lplibnet -lplibssg -lplibsg -lplibul \ $(network_LIBS) \