automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "make dist" and "make distcheck" trouble


From: David Bruce
Subject: Re: "make dist" and "make distcheck" trouble
Date: Mon, 28 Sep 2009 20:03:32 -0500

Hello Ralf,

I found it!  It was an utterly perversely subtle typographical error:

In my src/Makefile.am:

tuxmathserver_SOURCES = servermain.c    \
               server.c \
               mathcards.c     \
               throttle.c      \
       .       options.c

       ^
       |
       |


A stray '.' got inserted in the file list, which lead to the entire
src directory getting dragged into the tarball.  I don't quite
understand the operation of automake and make well enough to see how
this lead to the VPATH build failure (and hence failure of make
distcheck), but at any rate removing the '.' fixed the problem.

Anyway, thanks a million for looking over tuxmath's autotools files.

David Bruce




reply via email to

[Prev in Thread] Current Thread [Next in Thread]