Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/lang/Makefile.am @ 9869

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

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File size: 236 bytes
RevLine 
[9869]1INCLUDES = -I../..
2INCLUDES +=-I..
3INCLUDES +=-I../util
[3493]4
[9668]5noinst_LIBRARIES = libORXlang.a
[4291]6
[9668]7libORXlang_a_SOURCES = \
8                base_object.cc \
[9869]9                class_id.cc \
10                object_list.cc
[4291]11
[9668]12noinst_HEADERS = \
13                base_object.h \
[9869]14                class_id.h \
15                object_list.h
Note: See TracBrowser for help on using the repository browser.