mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-05 02:00:18 +01:00
Enable dbus-launch for Windows target.
This commit is contained in:
parent
0793857c92
commit
f31bb2a749
1 changed files with 8 additions and 2 deletions
|
|
@ -4,10 +4,10 @@ INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_X_CFLAGS) -DDBUS_LOCALEDIR
|
|||
|
||||
extra_bin_programs=
|
||||
if DBUS_UNIX
|
||||
extra_bin_programs += dbus-launch dbus-cleanup-sockets dbus-uuidgen
|
||||
extra_bin_programs += dbus-cleanup-sockets dbus-uuidgen
|
||||
endif
|
||||
|
||||
bin_PROGRAMS=dbus-send dbus-monitor $(extra_bin_programs)
|
||||
bin_PROGRAMS=dbus-launch dbus-send dbus-monitor $(extra_bin_programs)
|
||||
|
||||
dbus_send_SOURCES= \
|
||||
dbus-print-message.c \
|
||||
|
|
@ -19,10 +19,16 @@ dbus_monitor_SOURCES= \
|
|||
dbus-print-message.c \
|
||||
dbus-print-message.h
|
||||
|
||||
if DBUS_WIN
|
||||
dbus_launch_SOURCES= \
|
||||
dbus-launch-win.c \
|
||||
dbus-launch.h
|
||||
else
|
||||
dbus_launch_SOURCES= \
|
||||
dbus-launch.c \
|
||||
dbus-launch-x11.c \
|
||||
dbus-launch.h
|
||||
endif
|
||||
|
||||
dbus_cleanup_sockets_SOURCES= \
|
||||
dbus-cleanup-sockets.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue