Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/graphics/spatial_separation/Makefile.am @ 9876

Last change on this file since 9876 was 9876, checked in by bensch, 18 years ago

compiles better on Windows

File size: 347 bytes
RevLine 
[3487]1MAINSRCDIR=../../..
[4564]2include $(MAINSRCDIR)/defs/include_paths.am
[3479]3
[5463]4noinst_LIBRARIES = libORXquadtree.a
[2755]5
[9876]6libORXquadtree_a_SOURCES =
7# quadtree.cc \
[5463]8                           quadtree_node.cc \
9                           spatial_separation.cc
[2755]10
[4821]11noinst_HEADERS =  quadtree.h \
12                  quadtree_node.h \
13                  spatial_separation.h
Note: See TracBrowser for help on using the repository browser.