Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2005, 11:09:15 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: removed LIBTOOL again

File:
1 edited

Legend:

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

    r5452 r5463  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 pkglib_LTLIBRARIES = libORXcd.la
     4noinst_LIBRARIES = libORXcd.a
    55
    6 libORXcd_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
     6libORXcd_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
    1515
    1616
Note: See TracChangeset for help on using the changeset viewer.