diff --git a/ChangeLog b/ChangeLog index a7a7a47058..85873f4fc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 7 16:35:00 BST 2007 Richard W.M. Jones + + * src/Makefile.am: gnutls_1_0_compat.h to list of sources + (bug reported by Jan Michael). + Tue Aug 7 16:24:00 BST 2007 Richard W.M. Jones * src/virsh.c: Include (bug reported by Jan Michael). diff --git a/src/Makefile.am b/src/Makefile.am index dbd1cc5551..0a941697a2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,6 +27,7 @@ libvirt_la_CFLAGS = $(COVERAGE_CFLAGS) CLIENT_SOURCES = \ libvirt.c internal.h \ + gnutls_1_0_compat.h \ hash.c hash.h \ test.c test.h \ buf.c buf.h \