Skip to content

Commit

Permalink
Update meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Feb 29, 2024
1 parent 017ca02 commit ff47d03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/afpd/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
test_internal_deps = []
test_external_deps = []
test_sources = [
'afpfunc_helpers.c',
'subtests.c',
'test.c',
meson.project_source_root() / 'etc/afpd/afp_config.c',
meson.project_source_root() / 'etc/afpd/afp_dsi.c',
meson.project_source_root() / 'etc/afpd/afp_options.c',
Expand Down Expand Up @@ -28,9 +31,6 @@ test_sources = [
meson.project_source_root() / 'etc/afpd/uam.c',
meson.project_source_root() / 'etc/afpd/unix.c',
meson.project_source_root() / 'etc/afpd/volume.c',
'test.c',
'subtests.c',
'afpfunc_helpers.c',
]

if have_spotlight
Expand Down

0 comments on commit ff47d03

Please sign in to comment.