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