]> git.mxchange.org Git - flightgear.git/commitdiff
Automake on Hardy Heron seems to be considerably more picky about white-
authorjmt <jmt>
Mon, 29 Dec 2008 22:27:36 +0000 (22:27 +0000)
committerTim Moore <timoore@redhat.com>
Sat, 3 Jan 2009 23:08:31 +0000 (00:08 +0100)
space than previous versions.

src/Airports/Makefile.am

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