From d007428ddb81383a2a0cd494f7fe6080a4e07465 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 29 May 2008 20:09:56 +0000 Subject: [PATCH] Fix make dist --- ChangeLog | 5 +++++ qemud/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 \ -- 2.39.5