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
