Make and subdir

2018-07-30 Thread Mauricio Ramirez
I have a project with about 30 modules. We've been using the following as our Makefile.am ACLOCAL_FLAGS = -I buildtools # To find out custom macros (for aclocal) SUBDIRS = \ mylibrary\ prog1 prog2 prog3 prog4 prog5 prog6 prog7 prog8 \ prog9 prog10 prog11 prog12 prog13 prog14 prog15 prog16 \

Re: Make and subdir

2018-07-30 Thread Warren Young
On Jul 30, 2018, at 2:38 PM, Mauricio Ramirez wrote: > This has worked great on RedHat 5, but when we're moving to Redhat 7, it > fails when building mylibrary. It can't find some includes. If I go into > the mylibrary directory, and do the make, it works just fine. Not > understanding why I