Harlan Stenn wrote:

> You can use: ../common/mySleep.c in your foo_SOURCES list.

If the sources are in /home/user/src and you go to /home/usr/build
and do "../src/configure" the above will be completely wrong.

The correct way to do it is to use "$(top_srcdir)/common/mySleep.c"
which will work under all circumstances.

Erik
-- 
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"The object-oriented model makes it easy to build up programs by
accretion. What this often means, in practice, is that it provides
a structured way to write spaghetti code." -- Paul Graham


Reply via email to