From dcc74f1bcf16e8d6bcbcf65b527491d90ea78483 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Sat, 23 Oct 2010 09:19:15 +1100 Subject: [PATCH] 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. --- daemon/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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