From: durk Date: Mon, 12 May 2008 14:58:43 +0000 (+0000) Subject: Make sure that the compiler knows about the new location of the ATC code. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ee405fbdd0a08e867b95a333e50c83f6bdc58561;p=flightgear.git Make sure that the compiler knows about the new location of the ATC code. --- diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index 39910831d..3d9d94db9 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -69,7 +69,7 @@ fgfs_SOURCES = bootstrap.cxx fgfs_LDADD = \ $(top_builddir)/src/Main/libMain.a \ $(top_builddir)/src/Aircraft/libAircraft.a \ - $(top_builddir)/src/ATC/libATC.a \ + $(top_builddir)/src/ATCDCL/libATC.a \ $(top_builddir)/src/Cockpit/libCockpit.a \ $(top_builddir)/src/Cockpit/built_in/libBuilt_in.a \ $(top_builddir)/src/FDM/libFlight.a \