<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
On Fri, 2011-06-03 at 14:27 +0200, Cyril Brulebois wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Fix the following distcheck failure:
| configure: creating ./config.status
| config.status: creating Makefile
| config.status: creating specs/Makefile
| config.status: error: cannot find input file: `specs/SIAddresses/Makefile.in'
| make: *** [distcheck] Error 1

Signed-off-by: Cyril Brulebois &lt;<A HREF="mailto:kibi@debian.org">kibi@debian.org</A>&gt;
---
 specs/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Maybe we want to also put an extra ENABLE_SPECS checks in
specs/SIAddresses/Makefile.am?

diff --git a/specs/Makefile.am b/specs/Makefile.am
index 26fe571..44068aa 100644
--- a/specs/Makefile.am
+++ b/specs/Makefile.am
@@ -1,3 +1,4 @@
+SUBDIRS = SIAddresses
 
 if ENABLE_SPECS
 if HAVE_XMLTO
</PRE>
</BLOCKQUOTE>
<BR>
Pushed, thanks.<BR>
<BR>
</BODY>
</HTML>