mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 03:48:02 +02:00
Windows compile fix
BUG: https://bugs.freedesktop.org/show_bug.cgi?id=45832
This commit is contained in:
parent
0a6a1726af
commit
dd4038156d
1 changed files with 3 additions and 0 deletions
|
|
@ -157,6 +157,8 @@ set (DBUS_UTIL_SOURCES
|
|||
${DBUS_DIR}/dbus-message-factory.c
|
||||
${DBUS_DIR}/dbus-message-util.c
|
||||
${DBUS_DIR}/dbus-shell.c
|
||||
${DBUS_DIR}/dbus-socket-set.c
|
||||
${DBUS_DIR}/dbus-socket-set-poll.c
|
||||
${DBUS_DIR}/dbus-string-util.c
|
||||
${DBUS_DIR}/dbus-sysdeps-util.c
|
||||
)
|
||||
|
|
@ -173,6 +175,7 @@ set (DBUS_UTIL_HEADERS
|
|||
${DBUS_DIR}/dbus-mainloop.h
|
||||
${DBUS_DIR}/dbus-message-factory.h
|
||||
${DBUS_DIR}/dbus-shell.h
|
||||
${DBUS_DIR}/dbus-socket-set.h
|
||||
${DBUS_DIR}/dbus-spawn.h
|
||||
${DBUS_DIR}/dbus-test.h
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue