]> git.mxchange.org Git - simgear.git/blob - simgear/environment/Makefile.am
Expose weather phenomena to the SGMetar interface
[simgear.git] / simgear / environment / Makefile.am
1 includedir = @includedir@/environment
2
3 lib_LIBRARIES = libsgenvironment.a
4
5 include_HEADERS = metar.hxx visual_enviro.hxx precipitation.hxx
6
7 libsgenvironment_a_SOURCES = metar.cxx visual_enviro.cxx precipitation.cxx
8
9 INCLUDES = -I$(top_srcdir)