From 3bfd184ab71b403252afe09501318adf7de2a020 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 23 Jun 2022 18:55:08 +0100 Subject: [PATCH] tools: Ship disable-uac.rc instead of generating it at build time The Meson build system ships it anyway. Signed-off-by: Simon McVittie --- tools/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index f8660c06b..e88ecffaa 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -137,10 +137,7 @@ SUFFIXES = .rc .rc.o: $(RC) $< -o $@ -nodist_dbus_update_activation_environment_SOURCES = disable-uac.rc - -disable-uac.rc: Win32.Manifest - echo '1 24 "$<"' > $@ +dbus_update_activation_environment_SOURCES += disable-uac.rc endif EXTRA_DIST = run-with-tmp-session-bus.sh strtoll.c strtoull.c Win32.Manifest -- 2.47.3