aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Clift <jclift@redhat.com>2010-10-23 09:19:15 +1100
committerJustin Clift <jclift@redhat.com>2010-10-23 09:19:15 +1100
commitdcc74f1bcf16e8d6bcbcf65b527491d90ea78483 (patch)
tree35a2797c255651abc8951350bd9547ff61c345d8 /daemon/Makefile.am
parentdaemon: exclude requirement for probes.h on systems without systemtap (diff)
downloadlibvirt-dcc74f1bcf16e8d6bcbcf65b527491d90ea78483.tar.gz
libvirt-dcc74f1bcf16e8d6bcbcf65b527491d90ea78483.tar.bz2
libvirt-dcc74f1bcf16e8d6bcbcf65b527491d90ea78483.zip
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.
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r--daemon/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index d1ffd9765..88082269b 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