]> git.mxchange.org Git - flightgear.git/commitdiff
merging in topic/makej
authorTim Moore <timoore@redhat.com>
Fri, 13 Feb 2009 11:36:06 +0000 (12:36 +0100)
committerTim Moore <timoore@redhat.com>
Fri, 13 Feb 2009 11:36:06 +0000 (12:36 +0100)
Merge branch 'topic/makej' into next

* topic/makej:
  get make -j to work

src/Main/Makefile.am

index 0af345baddde3233b8e5ce1401f3a67947ec5ae2..f05cc2ca9f0811efad8d621e71fc973cd9304bbf 100644 (file)
@@ -61,7 +61,7 @@ libMain_a_SOURCES = \
 fgfs_SOURCES = bootstrap.cxx
 
 fgfs_LDADD = \
-       $(top_builddir)/src/Main/libMain.a \
+       libMain.a \
        $(top_builddir)/src/Aircraft/libAircraft.a \
        $(top_builddir)/src/ATCDCL/libATCDCL.a \
        $(top_builddir)/src/Cockpit/libCockpit.a \