1
0
Fork 0
flightgear/src/Systems/Makefile.am
david 7c057de4fe Started new module and sub-modules for aircraft systems, including an
initial simplistic vacuum system that's not yet connected to anything.
2002-09-23 19:55:10 +00:00

7 lines
152 B
Makefile

SUBDIRS = Vacuum
noinst_LIBRARIES = libSystems.a
libSystems_a_SOURCES = system_mgr.cxx system_mgr.hxx
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src