source:
orxonox.OLD/trunk/src/lib/parser/preferences/Makefile.am
@
10240
Last change on this file since 10240 was 9869, checked in by bensch, 18 years ago | |
---|---|
File size: 299 bytes |
Rev | Line | |
---|---|---|
[6384] | 1 | MAINSRCDIR=../../.. |
2 | include $(MAINSRCDIR)/defs/include_paths.am | |
[6383] | 3 | |
4 | noinst_LIBRARIES = libPrefsParser.a | |
5 | ||
6 | libPrefsParser_a_SOURCES = \ | |
[7245] | 7 | cmd_line_prefs_reader.cc \ |
[9869] | 8 | ini_file_prefs_reader.cc \ |
9 | preferences.cc | |
[6383] | 10 | |
11 | ||
12 | noinst_HEADERS = \ | |
[7245] | 13 | cmd_line_prefs_reader.h \ |
[9869] | 14 | ini_file_prefs_reader.h \ |
15 | preferences.h |
Note: See TracBrowser
for help on using the repository browser.