SUBDIRS without installing library inside it

2015-06-22 Thread Zesen Qian
Hello, (I sent it hours ago but it 's not showing up in archive, so the resending. sorry if it's duplicated.) I want to nest a third-party library in my software and statically link it. The library is distributed in the autotools style. So the only thing I have to do is adding "SUBDIRS = libabc" to

SUBDIRS without installing library inside it

2015-06-22 Thread Zesen Qian
Hello, I want to nest a third-party library in my software and statically link it. The library is distributed in the autotools style. So the only thing I have to do is adding "SUBDIRS = libabc" to the top-level Makefile.am, and everything works. The problem is that, in libabc/Makefile.am there is