From: Curtis L. Olson Date: Tue, 16 Aug 2011 03:45:44 +0000 (-0500) Subject: Add visual_enviro.hxx to the source distribution (why isn't visual_enviro.cxx X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1e0bd6717ef59809c69d235027693defffcfd713;p=simgear.git Add visual_enviro.hxx to the source distribution (why isn't visual_enviro.cxx built here?) --- diff --git a/simgear/environment/Makefile.am b/simgear/environment/Makefile.am index 30e4af37..92f0fe0e 100644 --- a/simgear/environment/Makefile.am +++ b/simgear/environment/Makefile.am @@ -2,7 +2,7 @@ includedir = @includedir@/environment lib_LIBRARIES = libsgenvironment.a -include_HEADERS = metar.hxx precipitation.hxx +include_HEADERS = metar.hxx precipitation.hxx visual_enviro.hxx libsgenvironment_a_SOURCES = metar.cxx precipitation.cxx