]> www.ginac.de Git - cln.git/commit
Override automake's DEFAULT_INCLUDES.
authorRichard B. Kreckel <kreckel@ginac.de>
Sat, 24 Jan 2009 21:27:54 +0000 (22:27 +0100)
committerRichard B. Kreckel <kreckel@ginac.de>
Sat, 24 Jan 2009 21:27:54 +0000 (22:27 +0100)
commit55a8c69cf2c35d39820bf0a68c52f6f675788937
tree16b8aa38aead3bacde1c6958393785ae0f6623f3
parenta44675683118ffef070b44768da5f058ea0004b8
Override automake's DEFAULT_INCLUDES.

Automake adds all kinds of subdirectories to -I, the list of directories
to be searched for header files. However, CLN's header files are not
supposed to be included without the cln/ subdirectory, so adding
-Iinclude/cln can lead to conflicts with other header files. (The
problem at hand was a conflict between CLN's string.h and the C
library's string.h).
benchmarks/Makefile.am
examples/Makefile.am
src/Makefile.am
tests/Makefile.am