1
0
Fork 0

Automake on Hardy Heron seems to be considerably more picky about white-

space than previous versions.
This commit is contained in:
jmt 2008-12-29 22:27:36 +00:00 committed by Tim Moore
parent 7345a044e0
commit 91bed7b6da

View file

@ -14,8 +14,8 @@ libAirports_a_SOURCES = \
dynamicloader.cxx dynamicloader.hxx \ dynamicloader.cxx dynamicloader.hxx \
runwayprefloader.cxx runwayprefloader.hxx \ runwayprefloader.cxx runwayprefloader.hxx \
xmlloader.cxx xmlloader.hxx \ xmlloader.cxx xmlloader.hxx \
runwaybase.cxx runwaybase.hxx \ runwaybase.cxx runwaybase.hxx
calc_loc_SOURCES = calc_loc.cxx calc_loc_SOURCES = calc_loc.cxx
calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lsgstructure -lz $(base_LIBS) calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lsgstructure -lz $(base_LIBS)