X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAircraft%2FMakefile.am;h=25dcd510d0e3462a4bd540d1a4bc562a4d590dad;hb=386aefe69358ce41a11c9afeb8f56e26758fe56b;hp=a26f5b7ee411c5fa898614931a979d501955806a;hpb=4f00d9a95928b179c5c8b2c3c6786a1c71e88531;p=flightgear.git diff --git a/src/Aircraft/Makefile.am b/src/Aircraft/Makefile.am index a26f5b7ee..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_srcdir) -I$(top_srcdir)/src