Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/preferences/src/lib/parser/preferences/Makefile.am @ 6384

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

compiles again (with right includes)

File size: 289 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
14
15
16
Note: See TracBrowser for help on using the repository browser.