another attempt
[libvirt-python.git] / Makefile
index 417149a..c40217d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,9 @@ 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)
+
 sources: $(ALL) 
 .PHONY: sources