Commit Graph

4 Commits (migrate-to-meson-build)

Author SHA1 Message Date
nirenjan 3b7ad75c54 Update gitattributes 2024-06-25 18:39:26 -07:00
nirenjan 41d927504e Move meson files into subdirectories 2024-06-25 18:38:42 -07:00
nirenjan a684d2e08b refactor: Add additional libraries and programs to meson.build 2024-06-13 14:55:45 -07:00
nirenjan 24ce9bc97b Generate Git version info at call to make
Prior to this change, the Git version was only getting generated when
the call was made to autoreconf. This was resulting in stale version
info.

This change, by contrast, generates the build info at the call to make.
While this doesn't completely eliminate the stale version issue, it's
easier to work around, by simply running `make clean`, `make`.
2022-04-27 00:05:02 -07:00