X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2FMakefile.am;h=c55d494183e58bf9ab3c7101453c69b4e531b519;hb=a739fad66484506ebb71fc802bf8f1a0c2ab4c6c;hp=a14582f9bfa2cf7548ea160579d849ef94bae3cf;hpb=d3181fb437818a9b333eac85c4afcef1335bf8b6;p=flightgear.git diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index a14582f9b..c55d49418 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -71,6 +71,7 @@ fgfs_LDADD = \ $(top_builddir)/src/Input/libInput.a \ $(top_builddir)/src/Instrumentation/libInstrumentation.a \ $(top_builddir)/src/Model/libModel.a \ + $(top_builddir)/src/AIModel/libAIModel.a \ $(top_builddir)/src/Network/libNetwork.a \ $(top_builddir)/src/Navaids/libNavaids.a \ $(top_builddir)/src/Scenery/libScenery.a \ @@ -78,7 +79,6 @@ fgfs_LDADD = \ $(top_builddir)/src/Sound/libSound.a \ $(top_builddir)/src/Airports/libAirports.a \ $(MPLAYER_LIBS) \ - $(top_builddir)/src/Objects/libObjects.a \ $(top_builddir)/src/Replay/libReplay.a \ $(top_builddir)/src/Systems/libSystems.a \ $(top_builddir)/src/Time/libTime.a \ @@ -86,7 +86,8 @@ fgfs_LDADD = \ $(CLOUD3D_LIBS) \ -lsgroute -lsgsky -lsgsound -lsgephem -lsgmaterial -lsgtgdb -lsgmodel \ -lsgtiming -lsgio -lsgscreen -lsgmath -lsgbucket -lsgprops -lsgdebug \ - -lsgmagvar -lsgmisc -lnasal -lsgxml -lsgsound -lsgserial -lsgstructure \ + -lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound -lsgserial \ + -lsgstructure \ $(THREAD_LIBS) \ -lplibpu -lplibfnt -lplibjs -lplibnet -lplibssg -lplibsg -lplibul \ $(network_LIBS) \