02514061ba
first pass at an isntrument panel.
8 lines
204 B
Makefile
8 lines
204 B
Makefile
noinst_LIBRARIES = libCockpit.a
|
|
|
|
libCockpit_a_SOURCES = \
|
|
cockpit.cxx cockpit.hxx \
|
|
hud.cxx hud.hxx \
|
|
panel.cxx panel.h
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|