]> git.mxchange.org Git - flightgear.git/commitdiff
Added .hpp files to Makefile.am so they will be automatically included
authorcurt <curt>
Tue, 12 Feb 2002 23:44:15 +0000 (23:44 +0000)
committercurt <curt>
Tue, 12 Feb 2002 23:44:15 +0000 (23:44 +0000)
in the tarball distributions.

src/FDM/YASim/Makefile.am

index 1b87c28847c699fb266d0bc17c79784c172f0410..3b3bd77fb4716a517d7a612a9897598ee667a22c 100644 (file)
@@ -1,10 +1,27 @@
 noinst_LIBRARIES = libYASim.a
 
-libYASim_a_SOURCES = YASim.cxx Airplane.cpp Atmosphere.cpp ControlMap.cpp \
-                     FGFDM.cpp Gear.cpp Glue.cpp Integrator.cpp Jet.cpp   \
-                     Math.cpp Model.cpp PistonEngine.cpp Propeller.cpp    \
-                     PropEngine.cpp RigidBody.cpp Surface.cpp             \
-                     Thruster.cpp Wing.cpp SimpleJet.cpp
+libYASim_a_SOURCES = \
+        YASim.cxx YASim.hxx \
+        Airplane.cpp Airplane.hpp \
+        Atmosphere.cpp Atmosphere.hpp \
+        BodyEnvironment.hpp \
+        ControlMap.cpp ControlMap.hpp \
+        FGFDM.cpp FGFDM.hpp \
+        Gear.cpp Gear.hpp \
+        Glue.cpp Glue.hpp \
+        Integrator.cpp Integrator.hpp \
+        Jet.cpp Jet.hpp \
+        Math.cpp Math.hpp \
+        Model.cpp Model.hpp \
+        PistonEngine.cpp PistonEngine.hpp \
+        PropEngine.cpp PropEngine.hpp \
+        Propeller.cpp Propeller.hpp \
+        RigidBody.cpp RigidBody.hpp \
+        SimpleJet.cpp SimpleJet.hpp \
+        Surface.cpp Surface.hpp \
+        Thruster.cpp Thruster.hpp \
+        Vector.hpp \
+        Wing.cpp Wing.hpp
 
 if OLD_AUTOMAKE
 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src