Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/spatial_separation/Makefile.am

    r4821 r5410  
    22include $(MAINSRCDIR)/defs/include_paths.am
    33
    4 noinst_LIBRARIES = libORXquadtree.a
     4noinst_LTLIBRARIES = libORXquadtree.la
    55
    6 libORXquadtree_a_SOURCES = quadtree.cc \
    7                            quadtree_node.cc \
    8                            spatial_separation.cc
     6libORXquadtree_la_SOURCES = quadtree.cc \
     7                            quadtree_node.cc \
     8                            spatial_separation.cc
    99
    1010noinst_HEADERS =  quadtree.h \
Note: See TracChangeset for help on using the changeset viewer.