From: Michal Privoznik Date: Wed, 17 Jun 2015 11:25:47 +0000 (+0200) Subject: daemon: Distribute admin_server.h X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=297e18f42b4ea3cc00d2e7e83c518980514847a3;p=libvirt.git daemon: Distribute admin_server.h 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 --- diff --git a/daemon/Makefile.am b/daemon/Makefile.am index bb08d9fd11..b9c089d0e9 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 = \