X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fprops%2FMakefile.am;h=30265b67e0c56310d7e4b2c085ca26cec94048c5;hb=68eb7031e2dce999d112d0164fa28d4b8d66922e;hp=3195e69d35f9e7fee8205489ac87ccf235b47881;hpb=525d2df3ccbf80152492a8632267f228a41ac393;p=simgear.git diff --git a/simgear/props/Makefile.am b/simgear/props/Makefile.am index 3195e69d..30265b67 100644 --- a/simgear/props/Makefile.am +++ b/simgear/props/Makefile.am @@ -10,7 +10,7 @@ include_HEADERS = \ libsgprops_a_SOURCES = \ condition.cxx \ props.cxx \ - props_io.cxx + props_io.cxx noinst_PROGRAMS = props_test @@ -19,6 +19,7 @@ props_test_LDADD = \ $(top_builddir)/simgear/props/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)