From: curt Date: Thu, 28 Aug 2003 21:05:01 +0000 (+0000) Subject: Fix a small oops on my part. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f0ddd9048f6188b459842b858ca34fed1e2d620d;p=flightgear.git Fix a small oops on my part. --- 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) \