]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/Makefile.am
Extend properties to support new property types.
[simgear.git] / simgear / props / Makefile.am
index 30265b67e0c56310d7e4b2c085ca26cec94048c5..f3ad95d0b9387b1a4ac1e1142174dda748d185f9 100644 (file)
@@ -16,10 +16,11 @@ noinst_PROGRAMS = props_test
 
 props_test_SOURCES = props_test.cxx
 props_test_LDADD = \
-       $(top_builddir)/simgear/props/libsgprops.a \
+       libsgprops.a \
        $(top_builddir)/simgear/xml/libsgxml.a \
        $(top_builddir)/simgear/misc/libsgmisc.a \
        $(top_builddir)/simgear/debug/libsgdebug.a \
-       $(top_builddir)/simgear/structure/libsgstructure.a
+       $(top_builddir)/simgear/structure/libsgstructure.a \
+       -lOpenThreads
 
 INCLUDES = -I$(top_srcdir)