From a453b65e09dacb13b11f21b19afa7f5d6595554d Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 24 Mar 2006 13:18:12 +0000 Subject: [PATCH] * libvirt.pc.in: applied patch from Daniel Berrange to fix --cflags Daniel --- ChangeLog | 4 ++++ libvirt.pc.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9d0594edf6..c4420c0896 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Mar 24 14:17:52 CET 2006 Daniel Veillard + + * libvirt.pc.in: applied patch from Daniel Berrange to fix --cflags + Fri Mar 24 14:03:26 CET 2006 Daniel Veillard * src/Makefile.am: fix out of tree build diff --git a/libvirt.pc.in b/libvirt.pc.in index a28b4d3b45..d7a5e55bce 100644 --- a/libvirt.pc.in +++ b/libvirt.pc.in @@ -8,4 +8,4 @@ Version: @VERSION@ Description: libvirt library Requires: Libs: -L${libdir} -lvirt @LIBS@ -Cflags: +Cflags: -I${includedir} -- GitLab