]> git.mxchange.org Git - flightgear.git/commitdiff
Fix a couple issues with non-referenced files missing from the source
authorCurtis L. Olson <curt0001@flightgear.org>
Tue, 16 Aug 2011 03:50:39 +0000 (22:50 -0500)
committerCurtis L. Olson <curt0001@flightgear.org>
Tue, 16 Aug 2011 03:50:39 +0000 (22:50 -0500)
distribution (and thus breaking the build.)

src/ATCDCL/Makefile.am
src/Autopilot/Makefile.am
src/Environment/Makefile.am
utils/Makefile.am

index f5e9479fa8fd9cd2563e55767fa64b1ca5a7b8d2..4d14106610e30c9204f4cd811890bc11be868ec7 100644 (file)
@@ -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 \
index fdd591884fcbc8d878bf0530fb12ffdf64d374d6..19187de1db8f01b247194721f89f86b61cfc7f2b 100644 (file)
@@ -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 \
index 876f4f797a112bd5ac419c6c22c8fc45175f8a53..904bc96699f3017806985ecf788d9e29f77b8e0e 100644 (file)
@@ -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
 
index b07f38ba2f722456aa62ec5b199d18e02242cf39..e2c312661cbeab785916866a7785d7f515fd2f05 100644 (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