X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fenvironment%2FMakefile.am;h=f6042f85025d0d52dc6ef9347dd136af72256b9a;hb=a25e859fa773c9463e4bec042b8d0b39041c29ad;hp=5505aa5dd169b2b03e5bfb89162a271a476ee6be;hpb=b5e03030d1d9549104a936242f602a9a27198d01;p=simgear.git diff --git a/simgear/environment/Makefile.am b/simgear/environment/Makefile.am index 5505aa5d..f6042f85 100644 --- a/simgear/environment/Makefile.am +++ b/simgear/environment/Makefile.am @@ -2,8 +2,8 @@ includedir = @includedir@/environment lib_LIBRARIES = libsgenvironment.a -include_HEADERS = metar.hxx visual_enviro.hxx +include_HEADERS = metar.hxx visual_enviro.hxx precipitation.hxx -libsgenvironment_a_SOURCES = metar.cxx visual_enviro.cxx +libsgenvironment_a_SOURCES = metar.cxx visual_enviro.cxx precipitation.cxx INCLUDES = -I$(top_srcdir)