Bruno, I pushed the following trivial fix because I got 'make dist' failures.
/Simon >From 0773c46ee42a43177fa958f2437a8c45e748cc06 Mon Sep 17 00:00:00 2001 From: Simon Josefsson <si...@josefsson.org> Date: Fri, 8 May 2009 17:06:26 +0200 Subject: [PATCH] modules/alignof (Makefile.am): Dist alignof.h. --- ChangeLog | 4 ++++ modules/alignof | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index aef3402..14dea53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-05-08 Simon Josefsson <si...@josefsson.org> + + * modules/alignof (Makefile.am): Dist alignof.h. + 2009-05-07 Simon Josefsson <si...@josefsson.org> * modules/sys_socket (Makefile.am): Substitute diff --git a/modules/alignof b/modules/alignof index 3635baa..dd720cf 100644 --- a/modules/alignof +++ b/modules/alignof @@ -9,6 +9,7 @@ Depends-on: configure.ac: Makefile.am: +lib_SOURCES += alignof.h Include: "alignof.h" -- 1.6.2.4