From: durk Date: Sat, 26 Jul 2008 07:20:48 +0000 (+0000) Subject: Rvert last change. The Balloon and Magic Carpet are there. They didn't X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6048f4d01e856ab91bfed97305a4759537b94057;p=flightgear.git Rvert last change. The Balloon and Magic Carpet are there. They didn't show up during my previous commit though... --- diff --git a/src/FDM/SP/Makefile.am b/src/FDM/SP/Makefile.am index 3f84367f0..7271c3c69 100644 --- a/src/FDM/SP/Makefile.am +++ b/src/FDM/SP/Makefile.am @@ -3,6 +3,9 @@ noinst_LIBRARIES = libSPFDM.a libSPFDM_a_SOURCES = \ ADA.cxx ADA.hxx \ - ACMS.cxx ACMS.hxx + ACMS.cxx ACMS.hxx \ + Balloon.cxx Balloon.h \ + BalloonSim.cpp BalloonSim.h \ + MagicCarpet.cxx MagicCarpet.hxx INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src