summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-23 18:55:08 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commit3bfd184ab71b403252afe09501318adf7de2a020 (patch)
tree1045cb3ff1a91dcbc6686825f3b99bbf94a47114 /tools/Makefile.am
parent0fa6060ea5576adbf76e8066ce797b1df53f375b (diff)
downloaddbus-3bfd184ab71b403252afe09501318adf7de2a020.tar.gz
tools: Ship disable-uac.rc instead of generating it at build time
The Meson build system ships it anyway. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index f8660c06..e88ecffa 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