]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Distribute viratomic.h
authorGuido Günther <agx@sigxcpu.org>
Tue, 1 Oct 2013 14:32:19 +0000 (16:32 +0200)
committerGuido Günther <agx@sigxcpu.org>
Tue, 1 Oct 2013 15:49:06 +0000 (17:49 +0200)
Since cbcb1983afbd76f0503185e4183afa10af88af47 we need viratomic.h in
the distributed tarball as well. This fixes "make distcheck".

src/Makefile.am

index 6656fa0a40e46bf26802028dfa817eed4145e35a..88b61605c71c276d4091887fa40fc17649d63eea 100644 (file)
@@ -52,6 +52,7 @@ augeastest_DATA =
 # These files are not related to driver APIs. Simply generic
 # helper APIs for various purposes
 UTIL_SOURCES =                                                 \
+               util/viratomic.h                                \
                util/bitmap.c util/bitmap.h                     \
                util/buf.c util/buf.h                           \
                util/command.c util/command.h                   \