[libvirt] [PATCH 1/3] daemon: Distribute admin_server.h

Michal Privoznik mprivozn at redhat.com
Wed Jun 17 13:54:10 UTC 2015


The Admin API consists of a few files on daemon side. Notably
daemon/admin_server.{ch}. While they are both on the repo, only
the .c file is mentioned in Makefile. Therefore, .h is not
distributed and 'make rpm' fails.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 daemon/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index bb08d9f..b9c089d 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -128,7 +128,7 @@ libvirtd_conf_la_LIBADD = $(LIBXML_LIBS)
 
 noinst_LTLIBRARIES += libvirtd_admin.la
 libvirtd_admin_la_SOURCES = \
-		admin_server.c \
+		admin_server.c admin_server.h \
 		../src/admin/admin_protocol.c
 
 libvirtd_admin_la_CFLAGS = \
-- 
2.3.6




More information about the libvir-list mailing list