mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-18 08:30:45 +02:00
remove dbus-uuidgen from Windows build (cherry picked from commit 73873e002ac9ba6159388b2c7b4190c30961ec68)
This commit is contained in:
parent
fe365b416c
commit
4c02c62621
2 changed files with 4 additions and 4 deletions
|
|
@ -71,6 +71,8 @@ DBUS_UTIL_arch_sources = \
|
|||
dbus-spawn-win.c
|
||||
else
|
||||
DBUS_LIB_arch_sources = \
|
||||
dbus-uuidgen.c \
|
||||
dbus-uuidgen.h \
|
||||
dbus-server-unix.c \
|
||||
dbus-server-unix.h
|
||||
|
||||
|
|
@ -165,8 +167,6 @@ DBUS_LIB_SOURCES= \
|
|||
dbus-transport-protected.h \
|
||||
dbus-transport-socket.c \
|
||||
dbus-transport-socket.h \
|
||||
dbus-uuidgen.c \
|
||||
dbus-uuidgen.h \
|
||||
dbus-watch.c \
|
||||
dbus-watch.h
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
extra_bin_programs += dbus-launch dbus-cleanup-sockets dbus-uuidgen
|
||||
endif
|
||||
|
||||
bin_PROGRAMS=dbus-send dbus-monitor $(extra_bin_programs) dbus-uuidgen
|
||||
bin_PROGRAMS=dbus-send dbus-monitor $(extra_bin_programs)
|
||||
|
||||
dbus_send_SOURCES= \
|
||||
dbus-print-message.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue