yet another dirty attempt
authorMohamed Larabi <mohamed.larabi@inria.fr>
Fri, 7 Feb 2014 15:15:59 +0000 (16:15 +0100)
committerMohamed Larabi <mohamed.larabi@inria.fr>
Fri, 7 Feb 2014 15:15:59 +0000 (16:15 +0100)
Makefile

index c40217d..ee2216d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ endef
 $(eval $(call download_target,libvirt-python))
 
 # install libvirt-devel
-$(shell yum localinstall /longbuildroot/RPMS/x86_64/libvirt-devel-1.2.1-0.x86_64.rpm)
+$(shell yum localinstall /longbuildroot/RPMS/x86_64/libvirt-devel-1.2.1-0.x86_64.rpm /longbuildroot/RPMS/x86_64/libvirt-client-1.2.1-0.x86_64.rpm /longbuildroot/RPMS/x86_64/libvirt-docs-1.2.1-0.x86_64.rpm)
 
 sources: $(ALL) 
 .PHONY: sources