简体   繁体   中英

Adding miscellaneous files to autotools

I have a data files of precalculated data, which should be included in my project under test subdirectory, so that test unit can read them and compare calculated results with what they're supposed to be. Doing make dist there are not included in the final tarball. How do I tell automake to include them?

Use EXTRA_DIST. See the "Basics of Distribution" section in the manual.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM