Tom Tromey <tromey@redhat.com> writes: > This assumes that -I and -f are handled similarly by pkg-config. > Havoc, is that the case? > Yep, you can put whatever you want in the cflags. The only time pkg-config interprets them is to support the --cflags-only-I option. Havoc