Re: make distcheck failing with included file from another directory.

2005-08-18 Thread Stepan Kasal
Hello, On Thu, Aug 18, 2005 at 12:44:26PM -0400, Joshua Moore-Oliva wrote: > One of my test programs (which is in a test directory) relies on > a header from another directory (the src directory). If the header is $(top_srcdir)/subdir/Action.h, you have two possibilities: a) either use

make distcheck failing with included file from another directory.

2005-08-18 Thread Joshua Moore-Oliva
One of my test programs (which is in a test directory) relies on a header from another directory (the src directory). During distcheck (it works without distcheck, I am probably running into VPATH problems) it cannot find the headers. I thought I had taken care of this with adding the srcdir

Re: make install-strip

2005-08-18 Thread Stepan Kasal
Hello, On Thu, Aug 18, 2005 at 05:50:15PM +0200, Harald Dunkel wrote: > Would it be possible to strip libraries at install > time? Or do I have to set CFLAGS/CXXFLAGS? if I understand correctly, "make install-strip" strips libtool libraries (LTLIBRARIES). (see /usr/share/automake-1.9/am/ltlib.am

make install-strip

2005-08-18 Thread Harald Dunkel
Hi folks, Would it be possible to strip libraries at install time? Or do I have to set CFLAGS/CXXFLAGS? Regards Harri