From 70bac8ded0eecbd7c52d62ecd61bb2268634a197 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Missing dependencies. --- libvirt/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libvirt/Makefile.in b/libvirt/Makefile.in index 66ffc75..bca1cdf 100644 --- a/libvirt/Makefile.in +++ b/libvirt/Makefile.in @@ -102,6 +102,11 @@ endif libvirt_c.c: generator.pl perl -w $< +# Extra dependencies. +libvirt_c.c: libvirt_c_prologue.c +libvirt_c.c: libvirt_c_oneoffs.c +libvirt_c.c: libvirt_c_epilogue.c + # Status of automatically generated bindings. autostatus: libvirt_c.c @echo -n "Functions which have manual bindings: " -- 1.8.3.1