Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/parser/ini_parser/Makefile.am @ 9869

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

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File size: 171 bytes
Line 
1INCLUDES = -I../../..
2
3
4noinst_LIBRARIES = libIniParser.a
5
6libIniParser_a_SOURCES = ini_parser.cc
7
8libIniParser_a_CPPFLAGS = "-DNO_SHELL"
9
10noinst_HEADERS = ini_parser.h
11
12
Note: See TracBrowser for help on using the repository browser.