From: ThorstenB Date: Wed, 1 Jun 2011 19:01:50 +0000 (+0200) Subject: Fix Linux build (automake) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aeb4bc3672ef04d49b70d4f9938e444c3cabc537;p=flightgear.git Fix Linux build (automake) CMake guys: please don't forget automake (yet)! ;-) --- diff --git a/src/Navaids/Makefile.am b/src/Navaids/Makefile.am index 93985cacf..a7f6f5335 100644 --- a/src/Navaids/Makefile.am +++ b/src/Navaids/Makefile.am @@ -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