]> xenbits.xensource.com Git - libvirt.git/commitdiff
Avoid "make distcheck" failure.
authorJim Meyering <meyering@redhat.com>
Wed, 27 Feb 2008 15:17:45 +0000 (15:17 +0000)
committerJim Meyering <meyering@redhat.com>
Wed, 27 Feb 2008 15:17:45 +0000 (15:17 +0000)
* src/Makefile.am (virsh_SOURCES): Add util-lib.h.

ChangeLog
src/Makefile.am

index 2cce6880f0dddf42d60f3b52d156243b9fd1751e..cfb239d326abe0c61f804f6ba0faaa19add6b393 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Wed Feb 27 15:39:10 CET 2008 Jim Meyering <meyering@redhat.com>
 
+       Avoid "make distcheck" failure.
+       * src/Makefile.am (virsh_SOURCES): Add util-lib.h.
+
        Fix a "make syntax-check" failure.
        * src/capabilities.c: Include <config.h> from the .c file,
        * src/capabilities.h: ... not from the .h file.
index 02be9dbc0cbda49914413dcb99cab3b9a6c8b3e0..9c4810a5dae8a49a4c69258a1c84bbcf5f7d8d40 100644 (file)
@@ -101,7 +101,7 @@ libvirt_la_CFLAGS = $(COVERAGE_CFLAGS) -DIN_LIBVIRT
 
 bin_PROGRAMS = virsh
 
-virsh_SOURCES = virsh.c console.c console.h util-lib.c
+virsh_SOURCES = virsh.c console.c console.h util-lib.c util-lib.h
 virsh_LDFLAGS = $(WARN_CFLAGS) $(COVERAGE_LDFLAGS)
 virsh_DEPENDENCIES = $(DEPS)
 virsh_LDADD = $(LDADDS) $(VIRSH_LIBS)