From eb41c4142fd7a3ec85ef63d665317d4613655db1 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Thu, 28 Sep 2017 00:56:44 +0200 Subject: [PATCH] Fix one remaining case not adding disable-uac.o to target dbus_update_activation_environment Got the idea from http://fragglet.livejournal.com/4448.html. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=102558 --- tools/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/Makefile.am b/tools/Makefile.am index 96ce03fa..6bb6c4dd 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -120,6 +120,9 @@ SUFFIXES = .rc .rc.o: $(WINDRES) $< -o $@ +%.o : %.rc + $(WINDRES) $^ -o $@ + nodist_dbus_update_activation_environment_SOURCES = disable-uac.rc disable-uac.rc: Win32.Manifest -- 2.12.3