[EMAIL PROTECTED] writes: > Thanks for the info. I really appreciate it. What is the easiest way > then to tell system to go to a different directory to build a dependency > if it is not built yet??
Either by having the SUBDIRS done in the right order as Alexandre
already mentioned, or adding something like this to the Makefile.am:
bar/libbar.la:
cd bar && $(MAKE) libbar.la
