aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2008-05-29 20:09:56 +0000
committerDaniel P. Berrange <berrange@redhat.com>2008-05-29 20:09:56 +0000
commitd007428ddb81383a2a0cd494f7fe6080a4e07465 (patch)
treeebf7f01d033adbda55ce9946c5d227ca1b33f9f9
parentFix warning with OOM testing is disabled (diff)
downloadlibvirt-d007428ddb81383a2a0cd494f7fe6080a4e07465.tar.gz
libvirt-d007428ddb81383a2a0cd494f7fe6080a4e07465.tar.bz2
libvirt-d007428ddb81383a2a0cd494f7fe6080a4e07465.zip
Fix make dist
-rw-r--r--ChangeLog5
-rw-r--r--qemud/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f143e574..f508c579e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/qemud/Makefile.am b/qemud/Makefile.am
index c01409dd5..c851f3a39 100644
--- a/qemud/Makefile.am
+++ b/qemud/Makefile.am
@@ -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 \