mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Fix make dist
This commit is contained in:
parent
84494d2e0a
commit
d007428ddb
@ -1,3 +1,8 @@
|
||||
Thu May 29 16:09:00 EST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* qemud/Makefile.am: Change internal.h to qemud.h to fix
|
||||
'make dist'
|
||||
|
||||
Thu May 29 15:41:00 EST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* tests/testutils.c: Fix warning when OOM testing is disabled
|
||||
|
@ -43,7 +43,7 @@ confdir = $(sysconfdir)/libvirt/
|
||||
conf_DATA = libvirtd.conf
|
||||
|
||||
libvirtd_SOURCES = \
|
||||
qemud.c internal.h \
|
||||
qemud.c qemud.h \
|
||||
remote_protocol.h remote_protocol.c \
|
||||
remote.c \
|
||||
$(srcdir)/../src/util-lib.c \
|
||||
|
Loading…
Reference in New Issue
Block a user