From: Laine Stump Date: Mon, 4 Jun 2012 18:40:07 +0000 (-0400) Subject: util: fix "make rpm" when viratomic.h is used X-Git-Tag: v0.9.13-rc1~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80e4b166e170b4b8c2a56c1cd3950385965123cd;p=thirdparty%2Flibvirt.git util: fix "make rpm" when viratomic.h is used 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. --- diff --git a/src/Makefile.am b/src/Makefile.am index d72788986a..5693fb4466 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \