Add
AUTOMAKE_OPTIONS = subdir-objects
to the Makefile.am
> Yes I have read this but I believe this solution don't answer to my need.
> In fact, I must to respect this treeview from root :
>
> /home/devbdie/
> configure.ac
> Makefile
> Makefile.am
> ...
> /home/devbdie/src/module1/
> Makefile
> M
Yes I have read this but I believe this solution don't answer to my need. In
fact, I must to respect this treeview from root :
/home/devbdie/
configure.ac
Makefile
Makefile.am
...
/home/devbdie/src/module1/
Makefile
Makefile.am
module1.c
...
/home/devbdie/src/module2/
Makefile
Makefile.am
module2
On Fri, Sep 05, 2008 at 09:38:04AM +0200, Sebastien REYNES spake thus:
> Hello Alan,
>
> Thank you for your answer. I wonder how to build the VPATH ? When I
> launch directly the command "../../src/module1/configure" under the
> directory "home/devbdie/obj/module1", it doesn't work.
>
> Regards,
Hello Alan,
Thank you for your answer. I wonder how to build the VPATH ? When I launch
directly the command "../../src/module1/configure" under the directory
"home/devbdie/obj/module1", it doesn't work.
Regards,
Sébastien