summaryrefslogtreecommitdiff
path: root/bus/Makefile.am
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-06-01 23:51:21 +0200
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-07 14:20:05 +0100
commitadd71e5d7a5f14afedc8796dae793c17537a71f4 (patch)
treed4b49e6184c06c2f30192a95ffafd3fe16a8050b /bus/Makefile.am
parent638a742a383f4207dcfa9d39498958f2f1ae02b1 (diff)
downloaddbus-add71e5d7a5f14afedc8796dae793c17537a71f4.tar.gz
don't try to build dbus-daemon-launch-helper for Windows
Fixed regression in b0acded which breaks build for Windows. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37838 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'bus/Makefile.am')
-rw-r--r--bus/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/bus/Makefile.am b/bus/Makefile.am
index dfb3bc34..73765f5f 100644
--- a/bus/Makefile.am
+++ b/bus/Makefile.am
@@ -150,7 +150,9 @@ bus_test_launch_helper_CPPFLAGS= -DDBUS_STATIC_BUILD \
## even when not doing "make check"
noinst_PROGRAMS = $(TESTS)
dbus_daemon_exec_PROGRAMS = dbus-daemon
+if DBUS_UNIX
libexec_PROGRAMS = dbus-daemon-launch-helper
+endif DBUS_UNIX
## note that TESTS has special meaning (stuff to use in make check)
## so if adding tests not to be run in make check, don't add them to