Skip to content

Commit f1121d1

Browse files
committed
Meson build: Don't distribute libsigcplusplus.doap
1 parent f02df90 commit f1121d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

meson.build

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,12 +293,18 @@ meson.add_dist_script(
293293
python3, dist_changelog,
294294
project_source_root,
295295
)
296+
297+
# Don't distribute these files and directories.
298+
dont_distribute = [
299+
'libsigcplusplus.doap',
300+
]
296301
# Add build scripts to the distribution directory, and delete .gitignore
297302
# files and an empty $MESON_PROJECT_DIST_ROOT/build/ directory.
298303
meson.add_dist_script(
299304
python3, dist_build_scripts,
300305
project_source_root,
301306
'untracked' / 'build_scripts',
307+
dont_distribute,
302308
)
303309

304310
if meson.is_subproject()

0 commit comments

Comments
 (0)