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
Line 
1MAINSRCDIR=../../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXquadtree.a
5
6libORXquadtree_a_SOURCES =
7# quadtree.cc \
8                           quadtree_node.cc \
9                           spatial_separation.cc
10
11noinst_HEADERS =  quadtree.h \
12                  quadtree_node.h \
13                  spatial_separation.h
Note: See TracBrowser for help on using the repository browser.