1
0
Fork 0
flightgear/src/Systems/Makefile.am

9 lines
201 B
Text
Raw Normal View History

noinst_LIBRARIES = libSystems.a
libSystems_a_SOURCES = \
system_mgr.cxx system_mgr.hxx \
electrical.cxx electrical.hxx \
vacuum.cxx vacuum.hxx
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src