diff options
author | Colomban Wendling <[email protected]> | 2023-06-28 15:18:47 +0200 |
---|---|---|
committer | Colomban Wendling <[email protected]> | 2023-06-28 15:18:47 +0200 |
commit | 54786e2663840035f61840205735e16c0dbe5214 (patch) | |
tree | db4dd1163b7bbfde5a403071eed7035cf6c34372 /applets/clock/clock.c | |
parent | e61dad01e852d7913f4c9b3dae508088e3e7b287 (diff) | |
download | mate-panel-54786e2663840035f61840205735e16c0dbe5214.tar.bz2 mate-panel-54786e2663840035f61840205735e16c0dbe5214.tar.xz |
Fix distribution of applet service files
Fix distribution of the applet service files sources when building from
an in-process-configured build. This fixes `make distcheck` and
tarballs in builds configured with `--with-in-process-applets=all` (or
actually any in-process applet).
The issue was that the .service.in file was referenced indirectly in
EXTRA_DIST, and the variable listed there was only filled in a
conditional. Automake is not able to resolve this and see it still
should distribute the reference of that variable, even if set
conditionally. Fix this by always setting the variable properly, even
if it's only used for out-of-process builds.
Diffstat (limited to 'applets/clock/clock.c')
0 files changed, 0 insertions, 0 deletions