From 1e0bd6717ef59809c69d235027693defffcfd713 Mon Sep 17 00:00:00 2001 From: "Curtis L. Olson" Date: Mon, 15 Aug 2011 22:45:44 -0500 Subject: [PATCH] Add visual_enviro.hxx to the source distribution (why isn't visual_enviro.cxx built here?) --- simgear/environment/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5