]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix make dist
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 29 May 2008 20:09:56 +0000 (20:09 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 29 May 2008 20:09:56 +0000 (20:09 +0000)
ChangeLog
qemud/Makefile.am

index 3f143e57447dbaa21890ae7d6761728fb131fc20..f508c579e822aa90494487fd73fda7cf5087f1bd 100644 (file)
--- 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
index c01409dd5ffacb226e8c7f510c1493968938a4e8..c851f3a3976bb0b54f1f78f89ff09404f6fe370e 100644 (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 \