diff options
Diffstat (limited to 'src/include/Makefile.am')
-rw-r--r-- | src/include/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am new file mode 100644 index 0000000..e4006c8 --- /dev/null +++ b/src/include/Makefile.am @@ -0,0 +1,9 @@ +SUBDIRS = mso + +EXTRA_DIST = \ + cpu_features.hpp \ + filesystem_env.hpp \ + mock_spreadsheet.hpp \ + numeric_parser.hpp \ + ostream_utils.hpp \ + test_global.hpp |