Changeset 4375 in orxonox.OLD for orxonox/trunk/src/lib/physics/Makefile.am
- Timestamp:
- May 29, 2005, 11:55:57 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/physics/Makefile.am
r4338 r4375 32 32 noinst_LIBRARIES = libORXphysics.a 33 33 34 libORXphysics_a_SOURCES = i_physics.cc \34 libORXphysics_a_SOURCES = physics_interface.cc \ 35 35 physics_connection.cc \ 36 36 physics_engine.cc \ … … 40 40 fields/twirl.cc 41 41 42 noinst_HEADERS= i_physics.h \42 noinst_HEADERS= physics_interface.h \ 43 43 physics_connection.h \ 44 44 physics_engine.h \
Note: See TracChangeset
for help on using the changeset viewer.