Fix Linux build (automake)
CMake guys: please don't forget automake (yet)! ;-)
This commit is contained in:
parent
bff1f29fe8
commit
aeb4bc3672
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue