Markus wrote:
> Now in my Makefile.am I want to ...
> test_linalg_SOURCES = $(DIET)/demos/linalg/TestLinalg.C

I usually use autoconf variables for that, e.g.

foo = @DIET@/demos/linalg/TestLinalg.C

though I'm not sure automake will be happy with that.



Reply via email to