1
0
Fork 0
flightgear/Cockpit/Makefile.am

9 lines
206 B
Text
Raw Normal View History

noinst_LIBRARIES = libCockpit.a
1998-04-03 21:50:53 +00:00
libCockpit_a_SOURCES = \
1998-04-24 00:45:53 +00:00
cockpit.cxx cockpit.hxx \
hud.cxx hud.hxx \
1998-07-03 11:55:36 +00:00
panel.cxx panel.hxx
1998-04-03 21:50:53 +00:00
1998-04-18 04:13:51 +00:00
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator