include bugs in gnome2 modules
- From: Frank Belew <frb ximian com>
- To: gnome-hackers gnome org
- Subject: include bugs in gnome2 modules
- Date: 09 Jan 2002 15:15:11 -0500
I've noticed quite a few gnome2 modules have hardcoded in their
Makefile.am in INCLUDES a -I$(includedir)
This breaks if your gnome1 prefix == gnome2 prefix since it will find
headers there first. Since all the gnome deps are managed by pkg-config
and everything else is in system direcrories, this is unnecessary. If
you have a dep that isn't in a standard place, then the builder must use
CPPFLAGS
In other words, don't add -I$(includedir) to your INCLUDES, it causes
too many problems.
--
Frank
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]