]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
util: fix "make rpm" when viratomic.h is used
authorLaine Stump <laine@laine.org>
Mon, 4 Jun 2012 18:40:07 +0000 (14:40 -0400)
committerLaine Stump <laine@laine.org>
Mon, 4 Jun 2012 18:46:32 +0000 (14:46 -0400)
Although src/util/viratomic.h has been added to the repo, up until now
it hasn't been used. Stefan Berger is using it in his proposed dhcp
snooping patches, and an rpm build with those patches failed due to
viratomic.h not being packed up with the rest of the sources.

src/Makefile.am

index d72788986a6d21bea8eacd1a87fc000e536a3f36..5693fb44662c3ba0dc44d66e061d9c590b698559 100644 (file)
@@ -79,6 +79,7 @@ UTIL_SOURCES =                                                        \
                util/threadpool.c util/threadpool.h             \
                util/uuid.c util/uuid.h                         \
                util/util.c util/util.h                         \
+               util/viratomic.h                                \
                util/viraudit.c util/viraudit.h                 \
                util/virauth.c util/virauth.h                   \
                util/virauthconfig.c util/virauthconfig.h       \