]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix deps for probes.o to ensure correct build ordering
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 11 Oct 2011 15:43:58 +0000 (16:43 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 11 Oct 2011 15:44:43 +0000 (16:44 +0100)
src/Makefile.am

index f937b97456c1ce532808c31f729cfdf130ada486..6451ad392f9f112118a4e962c9d0c600aa04dc58 100644 (file)
@@ -1253,7 +1253,8 @@ libvirt_la_CFLAGS = -DIN_LIBVIRT $(AM_CFLAGS)
 libvirt_la_DEPENDENCIES = $(libvirt_la_BUILT_LIBADD) $(LIBVIRT_SYMBOL_FILE)
 
 if WITH_DTRACE
-libvirt_la_LIBADD += probes.o
+libvirt_la_BUILT_LIBADD += probes.o
+libvirt_la_DEPENDENCIES += probes.o
 nodist_libvirt_la_SOURCES = probes.h
 
 BUILT_SOURCES += probes.h libvirt_probes.stp libvirt_functions.stp