10 lines
171 B
Makefile
10 lines
171 B
Makefile
includedir = @includedir@/environment
|
|
|
|
lib_LIBRARIES = libsgenvironment.a
|
|
|
|
include_HEADERS = metar.hxx
|
|
|
|
libsgenvironment_a_SOURCES = metar.cxx
|
|
|
|
INCLUDES = -I$(top_srcdir)
|