# libdir	= ${exec_prefix}/lib
# lib_LTLIBRARIES = libWeather.la
# libWeather_la_SOURCES = weather.c weather.h

noinst_LIBRARIES = libWeather.a

libWeather_a_SOURCES = weather.c weather.h

INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator