[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to make "make all" and "make distcheck" *both* work???
From: |
Stepan Kasal |
Subject: |
Re: how to make "make all" and "make distcheck" *both* work??? |
Date: |
Sun, 9 Apr 2006 16:09:32 +0200 |
User-agent: |
Mutt/1.4.1i |
Hello,
On Sun, Apr 09, 2006 at 02:33:42PM +0200, Joost Kraaijeveld wrote:
> "make all" works if I use "AM_CPPFLAGS = -I ../lib" in the Makefile.am
...
> "make distcheck" works if I use "AM_CPPFLAGS = -I ../../../lib" in the
Use
AM_CPPFLAGS = -I $(top_srcdir)/lib
Have a nice day,
Stepan Kasal