From: Curtis L. Olson Date: Tue, 16 Aug 2011 03:50:39 +0000 (-0500) Subject: Fix a couple issues with non-referenced files missing from the source X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a5de08e240b27494f40c299ae26c34b8d352d222;p=flightgear.git Fix a couple issues with non-referenced files missing from the source distribution (and thus breaking the build.) --- diff --git a/src/ATCDCL/Makefile.am b/src/ATCDCL/Makefile.am index f5e9479fa..4d1410661 100644 --- a/src/ATCDCL/Makefile.am +++ b/src/ATCDCL/Makefile.am @@ -2,7 +2,7 @@ noinst_LIBRARIES = libATCDCL.a libATCDCL_a_SOURCES = \ ATC.hxx ATC.cxx \ - atis.hxx atis.cxx \ + atis.hxx atis.cxx atis_lexicon.hxx atis_remap.hxx \ ATCDialogOld.hxx ATCDialogOld.cxx \ ATCVoice.hxx ATCVoice.cxx \ ATCmgr.hxx ATCmgr.cxx \ diff --git a/src/Autopilot/Makefile.am b/src/Autopilot/Makefile.am index fdd591884..19187de1d 100644 --- a/src/Autopilot/Makefile.am +++ b/src/Autopilot/Makefile.am @@ -3,7 +3,7 @@ noinst_LIBRARIES = libAutopilot.a libAutopilot_a_SOURCES = \ route_mgr.cxx route_mgr.hxx \ autopilotgroup.cxx autopilotgroup.hxx \ - autopilot.cxx autopilot.hxx \ + autopilot.cxx autopilot.hxx functor.hxx \ inputvalue.cxx inputvalue.hxx \ component.cxx component.hxx \ analogcomponent.cxx analogcomponent.hxx \ diff --git a/src/Environment/Makefile.am b/src/Environment/Makefile.am index 876f4f797..904bc9669 100644 --- a/src/Environment/Makefile.am +++ b/src/Environment/Makefile.am @@ -16,7 +16,7 @@ libEnvironment_a_SOURCES = \ precipitation_mgr.cxx precipitation_mgr.hxx \ ridge_lift.cxx ridge_lift.hxx \ ephemeris.cxx ephemeris.hxx \ - terrainsampler.cxx terrainsampler.cxx \ + terrainsampler.cxx terrainsampler.hxx \ presets.cxx presets.hxx \ gravity.cxx gravity.hxx diff --git a/utils/Makefile.am b/utils/Makefile.am index b07f38ba2..e2c312661 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,4 +1,4 @@ -DIST_SUBDIRS = GPSsmooth TerraSync Modeller js_server fgadmin xmlgrep propmerge fgviewer +DIST_SUBDIRS = GPSsmooth TerraSync Modeller js_server fgadmin xmlgrep propmerge fgviewer fgpanel SUBDIRS = GPSsmooth TerraSync Modeller js_server propmerge fgviewer fgpanel