Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个预先计算数据的数据文件,它应该包含在我的项目test子目录下,以便测试单元可以读取它们并将计算结果与它们应该的结果进行比较。这样做make dist没有包含在最终的 tarball 中。我如何告诉 automake 包含它们?
test
make dist
使用 EXTRA_DIST。请参阅手册中的“分发基础知识”部分。