> On 30. Apr 2017, at 10:02, Vadim Yanitskiy <[email protected]> wrote: > > It seems, I already found one solution. You're right, "build dir != src dir" > was the problem, so I added this: > > conv_conv_gsm0503_test_CPPFLAGS = \ > $(AM_CPPFLAGS) \ > -I$(top_srcdir)/tests/conv > > And now everything is fine!
We generate "conv.h" and put it into the source directory? From 10.000 miles aways it sounds a bit odd (at least for checkout from git, make dist would be a different topic). holger
