]> git.proxmox.com Git - mirror_qemu.git/commit
configure: -I\$(SRC_PATH) goes in QEMU_INCLUDES not QEMU_CFLAGS
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 18 Jul 2012 14:10:27 +0000 (15:10 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 31 Jul 2012 20:06:03 +0000 (20:06 +0000)
commit0b22ef0f57a8910d849602bef0940edcd0553d2c
treebb899b546b831f6fb44074d3c3824b2c97e5aa7a
parent3014ee001d5da6c8a6e907901def5704947d513a
configure: -I\$(SRC_PATH) goes in QEMU_INCLUDES not QEMU_CFLAGS

If the smartcard configure check passes, add '-I\$(SRC_PATH)/libcacard'
to QEMU_INCLUDES, not QEMU_CFLAGS. Otherwise the unexpanded SRC_PATH
will cause a warning in every following configure test.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure