summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-09-28 13:17:36 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2017-09-28 16:53:53 +0200
commit6b56b68d1a4c9ca40d6f49639b9a9879327fa20f (patch)
tree1093a6af5d53b25af4014cd41ba348b9da6f41a9
parented38caa71dd70e3a0b510bc91b81ae272a2d8efb (diff)
downloaddbus-6b56b68d1a4c9ca40d6f49639b9a9879327fa20f.tar.gz
dbus: Make SUFFIXES more specific
We want this to apply to files ending with ".rc", but not to files ending with just "rc", like .arc or something. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103015 Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--dbus/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/Makefile.am b/dbus/Makefile.am
index d87d9343..8248e72e 100644
--- a/dbus/Makefile.am
+++ b/dbus/Makefile.am
@@ -42,7 +42,7 @@ lib_LTLIBRARIES=libdbus-1.la
#
if DBUS_WIN
-SUFFIXES = rc
+SUFFIXES = .rc
.rc.o:
$(WINDRES) $< -o $@