Hi Lizardo,
On Mon, Nov 12, 2012, Anderson Lizardo wrote:
suspend.c is a symlink generated at build time, therefore it should be
created on build directory. Additionally, it is necessary to add
-I$(srcdir)/profiles/input to CPPFLAGS so suspend.h can be found (the
compiler does not follow symlinks prior to resolving #include
directives).
---
Makefile.am | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Applied. Thanks.
Johan