Fix make dist

This commit is contained in:
Daniel P. Berrange 2008-05-29 20:09:56 +00:00
parent 84494d2e0a
commit d007428ddb
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 \