summaryrefslogtreecommitdiff
path: root/src/README
Commit message (Collapse)AuthorAgeFilesLines
* the config.h file now goes to srcAdrian Thurston2019-09-091-0/+6
Any piece of the system may need to use config.h. Put that in /src and add -Isrc to CPPFLAGS. The colm package uses defs.h for configuration. It gets installed because some public headers depend on it.