]> git.mxchange.org Git - simgear.git/blobdiff - simgear/environment/Makefile.am
Allow tasks to be removed from the EventManager by name.
[simgear.git] / simgear / environment / Makefile.am
index 1948696e466aeb9c891a48e10c64f1901a985891..f6042f85025d0d52dc6ef9347dd136af72256b9a 100644 (file)
@@ -2,8 +2,8 @@ includedir = @includedir@/environment
 
 lib_LIBRARIES = libsgenvironment.a
 
-include_HEADERS = metar.hxx
+include_HEADERS = metar.hxx visual_enviro.hxx precipitation.hxx
 
-libsgenvironment_a_SOURCES = metar.cxx
+libsgenvironment_a_SOURCES = metar.cxx visual_enviro.cxx precipitation.cxx
 
 INCLUDES = -I$(top_srcdir)