1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

mountfsd: drop explicit dependencies for systemd-mountwork

As the executables are automagically linked against libshared.
This commit is contained in:
Frantisek Sumsal 2024-04-26 17:06:06 +02:00
parent 516652bbfd
commit fea14ca15e

View File

@ -19,8 +19,6 @@ executables += [
'name' : 'systemd-mountwork',
'conditions' : ['ENABLE_MOUNTFSD'],
'sources' : systemd_mountwork_sources,
'link_with' : common_libs,
'dependencies' : common_deps,
},
]