X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAircraft%2FMakefile.am;h=25dcd510d0e3462a4bd540d1a4bc562a4d590dad;hb=386aefe69358ce41a11c9afeb8f56e26758fe56b;hp=9620f85e17297d2790ad0b4e92f80ebd55a10275;hpb=c90db01dc8d5462a3da22771ffa7c96f5ea31217;p=flightgear.git diff --git a/src/Aircraft/Makefile.am b/src/Aircraft/Makefile.am index 9620f85e1..25dcd510d 100644 --- a/src/Aircraft/Makefile.am +++ b/src/Aircraft/Makefile.am @@ -1,5 +1,8 @@ noinst_LIBRARIES = libAircraft.a -libAircraft_a_SOURCES = aircraft.cxx aircraft.hxx +libAircraft_a_SOURCES = \ + aircraft.cxx aircraft.hxx \ + controls.cxx controls.hxx \ + replay.cxx replay.hxx -INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src