Skip to content

Commit bf14497

Browse files
committed
fix: add rewrite_files.cc and rewrite_files.h to meson build files
1 parent e76aa6e commit bf14497

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/iceberg/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ iceberg_sources = files(
128128
'update/fast_append.cc',
129129
'update/merging_snapshot_update.cc',
130130
'update/pending_update.cc',
131+
'update/rewrite_files.cc',
131132
'update/set_snapshot.cc',
132133
'update/snapshot_manager.cc',
133134
'update/snapshot_update.cc',

src/iceberg/update/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ install_headers(
2121
'fast_append.h',
2222
'merging_snapshot_update.h',
2323
'pending_update.h',
24+
'rewrite_files.h',
2425
'set_snapshot.h',
2526
'snapshot_manager.h',
2627
'snapshot_update.h',

0 commit comments

Comments
 (0)