automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

absolute or relative path for source files


From: Vincent Torri
Subject: absolute or relative path for source files
Date: Sun, 15 May 2011 21:11:10 +0200

Hey,

in a Makefile.am that is in the "$(top_builddir)/path1/path3" directory, the
library uses a file that is in the "$(top_builddir)/path1/path2" directory.
Is it better to use absolute path:

mylib_SOURCES = $(top_builddir)/path1/path2/file.c

or relative path

mylib_SOURCES = ../path2/file.c

?

thank you

Vincent Torri


reply via email to

[Prev in Thread] Current Thread [Next in Thread]