From: Daniel P. Berrange Date: Thu, 29 May 2008 20:09:56 +0000 (+0000) Subject: Fix make dist X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d007428ddb81383a2a0cd494f7fe6080a4e07465;p=libvirt.git Fix make dist --- diff --git a/ChangeLog b/ChangeLog index 3f143e5744..f508c579e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 29 16:09:00 EST 2008 Daniel P. Berrange + + * qemud/Makefile.am: Change internal.h to qemud.h to fix + 'make dist' + Thu May 29 15:41:00 EST 2008 Daniel P. Berrange * tests/testutils.c: Fix warning when OOM testing is disabled diff --git a/qemud/Makefile.am b/qemud/Makefile.am index c01409dd5f..c851f3a397 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 \