]> git.mxchange.org Git - flightgear.git/blob - src/Systems/Makefile.am
Add support for specifying an rpm source for the alternator. This enables
[flightgear.git] / src / Systems / Makefile.am
1 noinst_LIBRARIES = libSystems.a
2
3 libSystems_a_SOURCES = \
4                         system_mgr.cxx system_mgr.hxx \
5                         electrical.cxx electrical.hxx \
6                         pitot.cxx pitot.hxx \
7                         static.cxx static.hxx \
8                         vacuum.cxx vacuum.hxx
9
10 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src