Hi, the tarball resulting from running make dist fails (taken from http://hydra.nixos.org/build/567736 )
decode.c:2228:35: error: header_variables.spec: No such file or directory decode.c:2244:44: error: common_entity_handle_data.spec: No such file or directory make[2]: *** [decode.lo] Error 1 make[2]: Leaving directory `/tmp/nix-build-5ygaxiijx4qqrhxprdmxx0zhcw6653ji-libredwg-0.4-dev.drv-0/libredwg-0.4-dev/src' This can be solved by adding the missing files to EXTRA_DIST in Makefile.am. I have attached a patch. gr, Rob -- Rob Vermaas [email] rob.verm...@gmail.com
From 3515e4004ee439e624b646af4cdeb43a9545e2b6 Mon Sep 17 00:00:00 2001 From: Rob Vermaas <rob.verm...@gmail.com> Date: Mon, 30 Aug 2010 13:45:00 +0200 Subject: [PATCH] Added spec files to EXTRA_DIST, to make tarball complete --- src/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 0fe5b7f..b82468e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,6 +34,8 @@ include_HEADERS = dwg.h EXTRA_DIST = \ dwg.spec \ + header_variables.spec \ + common_entity_handle_data.spec \ $(include_HEADERS) \ common.h \ bits.h \ -- 1.7.2.1