]> git.mxchange.org Git - flightgear.git/blob - src/Environment/Makefile.am
2c9f44b2f5f0cf1f9cf4ae60f7a51d9447e5cb71
[flightgear.git] / src / Environment / Makefile.am
1 # libdir        = ${exec_prefix}/lib
2 # lib_LTLIBRARIES = libEnvironment.la
3 # libEnvironment_la_SOURCES = environment.c environment.h
4
5 noinst_LIBRARIES = libEnvironment.a
6
7 libEnvironment_a_SOURCES = environment.cxx environment.hxx
8
9 if OLD_AUTOMAKE
10 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
11 else
12 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
13 endif