On Mon, Oct 22, 2012 at 2:21 PM, Paul Davis <paul.joseph.da...@gmail.com> wrote: > I've never seen a line like this and it looks to be the part that's > not working. The first thing I'd try is to move george.c to > pathprob/foobar/george.c and if that works, either put sources next to > this Makefile.am or move the guts of it to > pathprob/foobar/blah/Makefile.am
Yes, removing the vpath and moving george.c up one level works around the problem in the test case. Should I file a bug for the fact that vpath and dist don't work together, or is that already documented somewhere? It doesn't quite solve the problem in my real world situation; "make dist" didn't copy #included files, and I needed to add something like EXTRA_DIST = foobar to pathprob/Makefile.am. (Maybe that's just an artifact of trying to do "make dist" without first doing "make", though.) Thanks, Dan