X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAircraft%2FMakefile.am;h=25dcd510d0e3462a4bd540d1a4bc562a4d590dad;hb=386aefe69358ce41a11c9afeb8f56e26758fe56b;hp=bf84247b6f04a511765a8a600172e97c70cd59da;hpb=1fa4c88d0e6e5654bcd6e9738ebf4af6dc0bba50;p=flightgear.git diff --git a/src/Aircraft/Makefile.am b/src/Aircraft/Makefile.am index bf84247b6..25dcd510d 100644 --- a/src/Aircraft/Makefile.am +++ b/src/Aircraft/Makefile.am @@ -1,9 +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 -if OLD_AUTOMAKE -INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src -else INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -endif