don't try to build dbus-daemon-launch-helper for Windows
authorMark Brand <mabrand@mabrand.nl>
Wed, 1 Jun 2011 21:51:21 +0000 (23:51 +0200)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 7 Jun 2011 13:20:05 +0000 (14:20 +0100)
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>
bus/Makefile.am

index dfb3bc3..73765f5 100644 (file)
@@ -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