From 6048f4d01e856ab91bfed97305a4759537b94057 Mon Sep 17 00:00:00 2001 From: durk Date: Sat, 26 Jul 2008 07:20:48 +0000 Subject: [PATCH] Rvert last change. The Balloon and Magic Carpet are there. They didn't show up during my previous commit though... --- src/FDM/SP/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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