diff --git a/src/daemon/meson.build b/src/daemon/meson.build index b1a34541b..f4be8fd7c 100644 --- a/src/daemon/meson.build +++ b/src/daemon/meson.build @@ -81,6 +81,7 @@ custom_target('daemon.conf', output : 'daemon.conf', capture : true, command : [m4, '@INPUT@'], + build_by_default : true, install : true, install_dir : pulsesysconfdir, ) @@ -102,6 +103,7 @@ custom_target('default.pa', output : 'default.pa', capture : true, command : [m4, '@INPUT@'], + build_by_default : true, install : true, install_dir : pulsesysconfdir, ) @@ -122,6 +124,7 @@ custom_target('system.pa', output : 'system.pa', capture : true, command : [m4, '@INPUT@'], + build_by_default : true, install : true, install_dir : pulsesysconfdir, )