]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/Makefile.am
Merge branch 'jmt/magvar' into next
[simgear.git] / simgear / props / Makefile.am
index 8e726f15a96a822ad73b25c2740923fdd90ab82e..658fe126763a57ae8eb9dce1856eaac5dcf6f9e0 100644 (file)
@@ -5,14 +5,17 @@ lib_LIBRARIES = libsgprops.a
 include_HEADERS = \
        condition.hxx \
        props.hxx \
-       props_io.hxx
+       props_io.hxx \
+       AtomicChangeListener.hxx \
+       ExtendedPropertyAdapter.hxx
 
 libsgprops_a_SOURCES = \
        condition.cxx \
        props.cxx \
-       props_io.cxx
+       props_io.cxx \
+       AtomicChangeListener.cxx
 
-noinst_PROGRAMS = props_test
+check_PROGRAMS = props_test
 
 props_test_SOURCES = props_test.cxx
 props_test_LDADD = \