Changeset 5413 in orxonox.OLD for trunk/src/lib/graphics/spatial_separation/Makefile.am
- Timestamp:
- Oct 20, 2005, 11:42:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/spatial_separation/Makefile.am
r5410 r5413 2 2 include $(MAINSRCDIR)/defs/include_paths.am 3 3 4 noinst_L TLIBRARIES = libORXquadtree.la4 noinst_LIBRARIES = libORXquadtree.a 5 5 6 libORXquadtree_ la_SOURCES = quadtree.cc \7 8 6 libORXquadtree_a_SOURCES = quadtree.cc \ 7 quadtree_node.cc \ 8 spatial_separation.cc 9 9 10 10 noinst_HEADERS = quadtree.h \
Note: See TracChangeset
for help on using the changeset viewer.