From d8920f71b68fe3fabd4ba04e2a4308579a8fe333 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Fri, 3 Jun 2011 14:27:45 +0200 Subject: [PATCH] build: Add SIAddresses as a subdir of specs. 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 Reviewed-by: Alan Coopersmith Signed-off-by: Gaetan Nadon --- specs/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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