]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/Makefile.am
fg_traits.hxx -> sg_traits.hxx
[simgear.git] / simgear / misc / Makefile.am
index 8e91feb7c3d26fb27c07b5263195ed63802723be..9623cc6420fab45dd55212bc75eeb2abb74e60f1 100644 (file)
@@ -28,7 +28,7 @@ libsgmisc_a_SOURCES = \
 
 noinst_PROGRAMS = props_test
 
-props_test_SOURCES = props_test.cxx props_test.hxx
+props_test_SOURCES = props_test.cxx
 props_test_LDADD = libsgmisc.a ../xml/libsgxml.a ../debug/libsgdebug.a
 
 INCLUDES += -I$(top_srcdir) $(ZLIB_INCL)