标签: compilation autotools
我在项目中使用了一些第三方库,我需要将其编译成代码。但我想 不 在库的子目录中运行make check。
我怎样才能做到这一点?
现在,我通过添加一行
SUBDIRS += libsomelibrary
到Makefile.am。