]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: distribute more coding convention documentation
authorEric Blake <eblake@redhat.com>
Wed, 19 May 2010 17:51:49 +0000 (11:51 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 19 May 2010 22:28:50 +0000 (16:28 -0600)
These files may be useful for anyone making modifications to
source files in a tarball distribution.

* src/Makefile.am (EXTRA_DIST): Add THREADS.txt.
* daemon/Makefile.am (EXTRA_DIST): Add THREADING.txt.

daemon/Makefile.am
src/Makefile.am

index a82e9a9c77908a3d92caa6de62e33c5a41a185a8..a14aedb84223c9159ca37e4e17693d6620f0d936 100644 (file)
@@ -29,6 +29,7 @@ EXTRA_DIST =                                          \
        libvirtd.lxc.logrotate.in                       \
        libvirtd.uml.logrotate.in                       \
        test_libvirtd.aug                               \
+       THREADING.txt                                   \
        $(AVAHI_SOURCES)                                \
        $(DAEMON_SOURCES)
 
index 4151041bf0e272c6450187acf46eb636e36358db..9f4e7a299f5dfb233a318740553222ac2dcb9eb7 100644 (file)
@@ -610,7 +610,8 @@ augeas_DATA += qemu/libvirtd_qemu.aug
 augeastest_DATA += qemu/test_libvirtd_qemu.aug
 
 endif
-EXTRA_DIST += qemu/qemu.conf qemu/libvirtd_qemu.aug qemu/test_libvirtd_qemu.aug
+EXTRA_DIST += qemu/qemu.conf qemu/libvirtd_qemu.aug \
+               qemu/test_libvirtd_qemu.aug qemu/THREADS.txt
 
 
 if WITH_LXC