8 lines
204 B
Makefile
8 lines
204 B
Makefile
libdir = ${exec_prefix}/lib
|
|
|
|
lib_LTLIBRARIES = libCockpit.la
|
|
libCockpit_la_SOURCES = \
|
|
cockpit.c cockpit.h \
|
|
hud.c hud.h
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|