Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/parser/preferences/Makefile.am @ 7256

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

orxonox/trunk: merged the preferences back to the trunk
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/preferences . -r7233:HEAD
no conflicts… nice work

File size: 262 bytes
Line 
1MAINSRCDIR=../../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libPrefsParser.a
5
6libPrefsParser_a_SOURCES = \
7                cmd_line_prefs_reader.cc \
8                ini_file_prefs_reader.cc
9
10
11noinst_HEADERS = \
12                cmd_line_prefs_reader.h \
13                ini_file_prefs_reader.h
Note: See TracBrowser for help on using the repository browser.