]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/Makefile.am
Fix a build order problem.
[simgear.git] / simgear / misc / Makefile.am
index 002ffab8b70c7abf0b6cb38c3705de6f8a41801f..8e91feb7c3d26fb27c07b5263195ed63802723be 100644 (file)
@@ -26,4 +26,9 @@ libsgmisc_a_SOURCES = \
        texcoord.cxx \
        zfstream.cxx
 
+noinst_PROGRAMS = props_test
+
+props_test_SOURCES = props_test.cxx props_test.hxx
+props_test_LDADD = libsgmisc.a ../xml/libsgxml.a ../debug/libsgdebug.a
+
 INCLUDES += -I$(top_srcdir) $(ZLIB_INCL)