]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/Makefile.am
fg_traits.hxx -> sg_traits.hxx
[simgear.git] / simgear / misc / Makefile.am
index 002ffab8b70c7abf0b6cb38c3705de6f8a41801f..9623cc6420fab45dd55212bc75eeb2abb74e60f1 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_LDADD = libsgmisc.a ../xml/libsgxml.a ../debug/libsgdebug.a
+
 INCLUDES += -I$(top_srcdir) $(ZLIB_INCL)