1
0
Fork 0

Fix a couple issues with non-referenced files missing from the source

distribution (and thus breaking the build.)
This commit is contained in:
Curtis L. Olson 2011-08-15 22:50:39 -05:00
parent 0362af3f64
commit a5de08e240
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ noinst_LIBRARIES = libATCDCL.a
libATCDCL_a_SOURCES = \ libATCDCL_a_SOURCES = \
ATC.hxx ATC.cxx \ ATC.hxx ATC.cxx \
atis.hxx atis.cxx \ atis.hxx atis.cxx atis_lexicon.hxx atis_remap.hxx \
ATCDialogOld.hxx ATCDialogOld.cxx \ ATCDialogOld.hxx ATCDialogOld.cxx \
ATCVoice.hxx ATCVoice.cxx \ ATCVoice.hxx ATCVoice.cxx \
ATCmgr.hxx ATCmgr.cxx \ ATCmgr.hxx ATCmgr.cxx \

View file

@ -3,7 +3,7 @@ noinst_LIBRARIES = libAutopilot.a
libAutopilot_a_SOURCES = \ libAutopilot_a_SOURCES = \
route_mgr.cxx route_mgr.hxx \ route_mgr.cxx route_mgr.hxx \
autopilotgroup.cxx autopilotgroup.hxx \ autopilotgroup.cxx autopilotgroup.hxx \
autopilot.cxx autopilot.hxx \ autopilot.cxx autopilot.hxx functor.hxx \
inputvalue.cxx inputvalue.hxx \ inputvalue.cxx inputvalue.hxx \
component.cxx component.hxx \ component.cxx component.hxx \
analogcomponent.cxx analogcomponent.hxx \ analogcomponent.cxx analogcomponent.hxx \

View file

@ -16,7 +16,7 @@ libEnvironment_a_SOURCES = \
precipitation_mgr.cxx precipitation_mgr.hxx \ precipitation_mgr.cxx precipitation_mgr.hxx \
ridge_lift.cxx ridge_lift.hxx \ ridge_lift.cxx ridge_lift.hxx \
ephemeris.cxx ephemeris.hxx \ ephemeris.cxx ephemeris.hxx \
terrainsampler.cxx terrainsampler.cxx \ terrainsampler.cxx terrainsampler.hxx \
presets.cxx presets.hxx \ presets.cxx presets.hxx \
gravity.cxx gravity.hxx gravity.cxx gravity.hxx

View file

@ -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 SUBDIRS = GPSsmooth TerraSync Modeller js_server propmerge fgviewer fgpanel