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