Skip to content

Commit aec9373

Browse files
committed
fix: add rewrite_files.cc and rewrite_files.h to meson build files
1 parent 34e09ef commit aec9373

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
@@ -132,6 +132,7 @@ iceberg_sources = files(
132132
'update/merging_snapshot_update.cc',
133133
'update/overwrite_files.cc',
134134
'update/pending_update.cc',
135+
'update/rewrite_files.cc',
135136
'update/row_delta.cc',
136137
'update/set_snapshot.cc',
137138
'update/snapshot_manager.cc',

src/iceberg/update/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ install_headers(
2424
'merging_snapshot_update.h',
2525
'overwrite_files.h',
2626
'pending_update.h',
27+
'rewrite_files.h',
2728
'row_delta.h',
2829
'set_snapshot.h',
2930
'snapshot_manager.h',

0 commit comments

Comments
 (0)