mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
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 <mprivozn@redhat.com>
This commit is contained in:
parent
9156991668
commit
297e18f42b
@ -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 = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user