]> xenbits.xensource.com Git - libvirt.git/commitdiff
daemon: exclude requirement for probes.h on systems without systemtap
authorJustin Clift <jclift@redhat.com>
Fri, 22 Oct 2010 20:52:18 +0000 (07:52 +1100)
committerJustin Clift <jclift@redhat.com>
Fri, 22 Oct 2010 20:56:00 +0000 (07:56 +1100)
This 1-liner was actually written by Eric Blake, over IRC. It
addresses a compilation failure in make dist and make rpm for
systems without the dtrace/systemtap development libraries
installed.

daemon/Makefile.am

index 0e254d4b09197700862ab555dc5ec05e8909a4e5..d1ffd976569eef5db87d4746ca66653a15838bb3 100644 (file)
@@ -168,7 +168,7 @@ EXTRA_DIST += probes.d libvirtd.stp
 
 if WITH_DTRACE
 libvirtd_LDADD += probes.o
-libvirtd_SOURCES += probes.h
+libvirtd_nodist_SOURCES = probes.h
 
 BUILT_SOURCES += probes.h