source:
orxonox.OLD/branches/new_class_id/src/lib/lang/Makefile.am
@
9759
Last change on this file since 9759 was 9730, checked in by bensch, 18 years ago | |
---|---|
File size: 242 bytes |
Line | |
---|---|
1 | MAINSRCDIR=../.. |
2 | include $(MAINSRCDIR)/defs/include_paths.am |
3 | |
4 | noinst_LIBRARIES = libORXlang.a |
5 | |
6 | libORXlang_a_SOURCES = \ |
7 | base_object.cc \ |
8 | class_id.cc \ |
9 | object_list.cc |
10 | |
11 | noinst_HEADERS = \ |
12 | base_object.h \ |
13 | class_id.h \ |
14 | object_list.h |
15 |
Note: See TracBrowser
for help on using the repository browser.