]> git.mxchange.org Git - simgear.git/commitdiff
Update the automake based build system to the last changes.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Wed, 7 Sep 2011 16:37:02 +0000 (18:37 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Wed, 7 Sep 2011 16:39:04 +0000 (18:39 +0200)
simgear/Makefile.am
simgear/io/Makefile.am

index c1e24ed7f281c98c99ef9482fa65432cd82225ea..d4a9b6059d8d4978d0969e80dae1ae7a5e6d8dd2 100644 (file)
@@ -31,6 +31,7 @@ SUBDIRS_ALWAYS = \
        bucket \
        ephemeris \
        $(HLA_DIR) \
+       $(SGTHREAD_DIR) \
        io \
        magvar \
        math \
@@ -43,8 +44,7 @@ SUBDIRS_ALWAYS = \
 SUBDIRS = $(SUBDIRS_ALWAYS) \
        $(compatibility_DIR) \
        $(METAR_DIRS) \
-       $(SG_EXTRA_DIRS) \
-       $(SGTHREAD_DIR)
+       $(SG_EXTRA_DIRS)
 
 DIST_SUBDIRS = $(SUBDIRS_ALWAYS) compatibility scene sound screen environment threads
 
index e0086d86624fdf1e9e20be6705b945b254167598..5595e0eed6934b4f416dd110c87c08df2395b961 100644 (file)
@@ -41,6 +41,7 @@ tcp_server_SOURCES = tcp_server.cxx
 tcp_server_LDADD = \
        libsgio.a \
        $(top_builddir)/simgear/structure/libsgstructure.a \
+       $(top_builddir)/simgear/threads/libsgthreads.a \
        $(top_builddir)/simgear/debug/libsgdebug.a \
        $(top_builddir)/simgear/bucket/libsgbucket.a \
        $(top_builddir)/simgear/misc/libsgmisc.a \
@@ -54,6 +55,7 @@ tcp_client_SOURCES = tcp_client.cxx
 tcp_client_LDADD = \
        libsgio.a \
        $(top_builddir)/simgear/structure/libsgstructure.a \
+       $(top_builddir)/simgear/threads/libsgthreads.a \
        $(top_builddir)/simgear/debug/libsgdebug.a \
        $(top_builddir)/simgear/bucket/libsgbucket.a \
        $(top_builddir)/simgear/misc/libsgmisc.a \
@@ -67,6 +69,7 @@ socktest_SOURCES = socktest.cxx
 socktest_LDADD = \
        libsgio.a \
        $(top_builddir)/simgear/structure/libsgstructure.a \
+       $(top_builddir)/simgear/threads/libsgthreads.a \
        $(top_builddir)/simgear/debug/libsgdebug.a \
        $(top_builddir)/simgear/bucket/libsgbucket.a \
        $(top_builddir)/simgear/misc/libsgmisc.a \
@@ -80,6 +83,7 @@ lowtest_SOURCES = lowtest.cxx
 lowtest_LDADD = \
        libsgio.a \
        $(top_builddir)/simgear/structure/libsgstructure.a \
+       $(top_builddir)/simgear/threads/libsgthreads.a \
        $(top_builddir)/simgear/debug/libsgdebug.a \
        $(top_builddir)/simgear/bucket/libsgbucket.a \
        $(top_builddir)/simgear/misc/libsgmisc.a \
@@ -89,6 +93,7 @@ decode_binobj_SOURCES = decode_binobj.cxx
 
 decode_binobj_LDADD = \
        libsgio.a \
+       $(top_builddir)/simgear/threads/libsgthreads.a \
        $(top_builddir)/simgear/debug/libsgdebug.a \
        $(top_builddir)/simgear/bucket/libsgbucket.a \
        $(top_builddir)/simgear/misc/libsgmisc.a \