diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-06-03 14:27:45 +0200 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-06-04 13:01:22 -0400 |
commit | d8920f71b68fe3fabd4ba04e2a4308579a8fe333 (patch) | |
tree | 0714d839d0a6387aed151baba44735bff960ee48 /specs | |
parent | 2ef6cb7ced5812975b3630cf201e75db439936e6 (diff) |
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 <kibi@debian.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'specs')
-rw-r--r-- | specs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |