1998-04-03 21:50:53 +00:00
|
|
|
libdir = ${exec_prefix}/lib
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libCockpit.la
|
|
|
|
libCockpit_la_SOURCES = \
|
1998-04-08 23:32:28 +00:00
|
|
|
cockpit.c cockpit.h \
|
|
|
|
hud.c hud.h
|
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
|