]> git.mxchange.org Git - flightgear.git/commitdiff
Fix Linux build (automake)
authorThorstenB <brehmt@gmail.com>
Wed, 1 Jun 2011 19:01:50 +0000 (21:01 +0200)
committerThorstenB <brehmt@gmail.com>
Wed, 1 Jun 2011 19:01:50 +0000 (21:01 +0200)
CMake guys: please don't forget automake (yet)! ;-)

src/Navaids/Makefile.am

index 93985cacf37d1cd07892e8ce1aa7d6190ab029c5..a7f6f53353bafbf0d512fc8b3f71225fcc149242 100644 (file)
@@ -13,7 +13,8 @@ libNavaids_a_SOURCES = \
        airways.hxx airways.cxx \
        route.hxx route.cxx \
        waypoint.hxx waypoint.cxx \
-       procedure.hxx procedure.cxx
+       procedure.hxx procedure.cxx \
+       PositionedBinding.hxx PositionedBinding.cxx
 
 #
 # testnavs_SOURCES = testnavs.cxx