mirror of https://gitee.com/openkylin/libvirt.git
* libvirt.pc.in: applied patch from Daniel Berrange to fix --cflags
Daniel
This commit is contained in:
parent
561377ab8a
commit
a453b65e09
|
@ -1,3 +1,7 @@
|
|||
Fri Mar 24 14:17:52 CET 2006 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* libvirt.pc.in: applied patch from Daniel Berrange to fix --cflags
|
||||
|
||||
Fri Mar 24 14:03:26 CET 2006 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/Makefile.am: fix out of tree build
|
||||
|
|
|
@ -8,4 +8,4 @@ Version: @VERSION@
|
|||
Description: libvirt library
|
||||
Requires:
|
||||
Libs: -L${libdir} -lvirt @LIBS@
|
||||
Cflags:
|
||||
Cflags: -I${includedir}
|
||||
|
|
Loading…
Reference in New Issue