mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix make dist
This commit is contained in:
@@ -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>
|
Thu May 29 15:41:00 EST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
* tests/testutils.c: Fix warning when OOM testing is disabled
|
* tests/testutils.c: Fix warning when OOM testing is disabled
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ confdir = $(sysconfdir)/libvirt/
|
|||||||
conf_DATA = libvirtd.conf
|
conf_DATA = libvirtd.conf
|
||||||
|
|
||||||
libvirtd_SOURCES = \
|
libvirtd_SOURCES = \
|
||||||
qemud.c internal.h \
|
qemud.c qemud.h \
|
||||||
remote_protocol.h remote_protocol.c \
|
remote_protocol.h remote_protocol.c \
|
||||||
remote.c \
|
remote.c \
|
||||||
$(srcdir)/../src/util-lib.c \
|
$(srcdir)/../src/util-lib.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user