]> git.mxchange.org Git - flightgear.git/blob - Cockpit/Makefile.am
Code reorganizations. Added a Lib/ directory for more general libraries.
[flightgear.git] / Cockpit / Makefile.am
1 libdir  = ${exec_prefix}/lib
2
3 lib_LTLIBRARIES = libCockpit.la
4 libCockpit_la_SOURCES = \
5         cockpit.c cockpit.h \
6         hud.c hud.h
7
8 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator