source:
orxonox.OLD/trunk/src/lib/parser/preferences/Makefile.am
@
9062
| Last change on this file since 9062 was 7256, checked in by bensch, 20 years ago | |
|---|---|
| File size: 262 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 \ |
| 8 | ini_file_prefs_reader.cc | |
| [6383] | 9 | |
| 10 | ||
| 11 | noinst_HEADERS = \ | |
| [7245] | 12 | cmd_line_prefs_reader.h \ |
| 13 | ini_file_prefs_reader.h |
Note: See TracBrowser
for help on using the repository browser.










