Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build-sys: remove DEFAULT_INCLUDES workaround | Karel Zak | 2007-01-04 | 1 | -0/+222 |
The automake stuff uses "-I.". as a default gcc option for includes. This is a problem for source code where is local includes with a same name like system includes (e.g. mntent.h, paths.h). Possible workaround is overwrite the automake DEFAULT_INCLUDES variable. But this solution produces warnings. The best way (this patch) is probably rename the files and remove DEFAULT_INCLUDES. Signed-off-by: Karel Zak <kzak@redhat.com> |