Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2005, 10:03:09 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: building with LIBTOOL now, all Shared Libs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/collision_detection/Makefile.am

    r4627 r5410  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LIBRARIES = libORXcd.a
     4noinst_LTLIBRARIES = libORXcd.la
    55
    6 libORXcd_a_SOURCES = cd_engine.cc \
    7                      collision.cc \
    8                      obb.cc \
    9                      obb_tree.cc \
    10                      obb_tree_node.cc \
    11                      bv_tree.cc \
    12                      bv_tree_node.cc \
    13                      bounding_volume.cc \
    14                      bounding_sphere.cc
     6libORXcd_la_SOURCES = cd_engine.cc \
     7                      collision.cc \
     8                      obb.cc \
     9                      obb_tree.cc \
     10                      obb_tree_node.cc \
     11                      bv_tree.cc \
     12                      bv_tree_node.cc \
     13                      bounding_volume.cc \
     14                      bounding_sphere.cc
    1515
    1616
Note: See TracChangeset for help on using the changeset viewer.