On Sun, Feb 27, 2005 at 03:07:01AM +0100, Daniel Egger wrote: > On 27.02.2005, at 02:50, Manish Singh wrote: > > >We should do -I$(top_builddir)/app. This avoids needing to care about > >how deep the directory is, in case the directory is moved elsewhere. > > But that's still not the cure for all possible problems that > may arise by moving the header (e.g. from app to libfoo). > Anyway, that's better than nothing... There's no getting around updating the Makefile.am for that. With your naive solution, it *adds* a reason. -Yosh