]> git.mxchange.org Git - flightgear.git/blob - src/Environment/Makefile.am
Forgot to implment the Node.getChild(name, index) form of the function
[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                            environment_ctrl.cxx environment_ctrl.hxx
10
11 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src