]> git.mxchange.org Git - simgear.git/blobdiff - simgear/environment/Makefile.am
Merge branch 'next' of git://gitorious.org/fg/simgear into next
[simgear.git] / simgear / environment / Makefile.am
index 1948696e466aeb9c891a48e10c64f1901a985891..30e4af375f4b2203512a755cc5c60b8951a5dcea 100644 (file)
@@ -2,8 +2,8 @@ includedir = @includedir@/environment
 
 lib_LIBRARIES = libsgenvironment.a
 
-include_HEADERS = metar.hxx
+include_HEADERS = metar.hxx precipitation.hxx
 
-libsgenvironment_a_SOURCES = metar.cxx
+libsgenvironment_a_SOURCES = metar.cxx precipitation.cxx
 
 INCLUDES = -I$(top_srcdir)