Skip to content

Commit

Permalink
Fix meson build
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jul 16, 2024
1 parent 65e1b59 commit a18e386
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libstore/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ add_project_arguments(
subdir('build-utils-meson/diagnostics')

sources = files(
'auth-tunnel.cc',
'binary-cache-store.cc',
'build-result.cc',
'build/derivation-goal.cc',
Expand Down Expand Up @@ -222,6 +223,7 @@ include_dirs = [
]

headers = [config_h] + files(
'auth-tunnel.hh',
'binary-cache-store.hh',
'build-result.hh',
'build/derivation-goal.hh',
Expand Down
2 changes: 2 additions & 0 deletions src/libutil/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ subdir('build-utils-meson/diagnostics')
sources = files(
'archive.cc',
'args.cc',
'auth.cc',
'canon-path.cc',
'compression.cc',
'compute-levels.cc',
Expand Down Expand Up @@ -168,6 +169,7 @@ headers = [config_h] + files(
'archive.hh',
'args.hh',
'args/root.hh',
'auth.hh',
'callback.hh',
'canon-path.hh',
'chunked-vector.hh',
Expand Down
1 change: 1 addition & 0 deletions src/nix/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ subdir('build-utils-meson/generate-header')
nix_sources = files(
'add-to-store.cc',
'app.cc',
'auth.cc',
'build.cc',
'bundle.cc',
'cat.cc',
Expand Down

0 comments on commit a18e386

Please sign in to comment.