From: Justin Clift Date: Fri, 22 Oct 2010 22:19:15 +0000 (+1100) Subject: daemon: updates previous 1 line patch for correctness X-Git-Tag: v0.8.5~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcc74f1bcf16e8d6bcbcf65b527491d90ea78483;p=thirdparty%2Flibvirt.git daemon: updates previous 1 line patch for correctness The previous commit, 880da47a05b9fb8381e79b03ead5dd2d8a6a937a, worked on my system, but wasn't actually correct. This follow up patch corrects it properly. --- diff --git a/daemon/Makefile.am b/daemon/Makefile.am index d1ffd97656..88082269b9 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -168,7 +168,7 @@ EXTRA_DIST += probes.d libvirtd.stp if WITH_DTRACE libvirtd_LDADD += probes.o -libvirtd_nodist_SOURCES = probes.h +nodist_libvirtd_SOURCES = probes.h BUILT_SOURCES += probes.h