]> git.mxchange.org Git - flightgear.git/blob - src/Environment/Makefile.am
Added a property output feature to ControlMap that allows arbitrary binding
[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         environment_mgr.cxx environment_mgr.hxx
9
10 if OLD_AUTOMAKE
11 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
12 else
13 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
14 endif