diff --git a/ChangeLog b/ChangeLog index 2cce6880f0..cfb239d326 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Wed Feb 27 15:39:10 CET 2008 Jim Meyering + Avoid "make distcheck" failure. + * src/Makefile.am (virsh_SOURCES): Add util-lib.h. + Fix a "make syntax-check" failure. * src/capabilities.c: Include from the .c file, * src/capabilities.h: ... not from the .h file. diff --git a/src/Makefile.am b/src/Makefile.am index 02be9dbc0c..9c4810a5da 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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)