]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/Makefile.am
Modified Files:
[simgear.git] / simgear / props / Makefile.am
index 3195e69d35f9e7fee8205489ac87ccf235b47881..f1cf6f9a99c2779dd5bce157e3d22e57c6e0aec0 100644 (file)
@@ -10,15 +10,16 @@ include_HEADERS = \
 libsgprops_a_SOURCES = \
        condition.cxx \
        props.cxx \
-        props_io.cxx
+       props_io.cxx
 
 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/debug/libsgdebug.a \
+       $(top_builddir)/simgear/structure/libsgstructure.a
 
 INCLUDES = -I$(top_srcdir)