mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-02 04:58:01 +02:00
Unix compile fix.
This commit is contained in:
parent
c40e1d0670
commit
80f851416f
1 changed files with 2 additions and 0 deletions
|
|
@ -213,12 +213,14 @@ else (WIN32)
|
|||
${DBUS_DIR}/dbus-sysdeps-unix.c
|
||||
${DBUS_DIR}/dbus-sysdeps-pthread.c
|
||||
${DBUS_DIR}/dbus-userdb.c
|
||||
${DBUS_DIR}/sd-daemon.c
|
||||
)
|
||||
set (DBUS_SHARED_HEADERS ${DBUS_SHARED_HEADERS}
|
||||
${DBUS_DIR}/dbus-server-unix.h
|
||||
${DBUS_DIR}/dbus-transport-unix.h
|
||||
${DBUS_DIR}/dbus-sysdeps-unix.h
|
||||
${DBUS_DIR}/dbus-userdb.h
|
||||
${DBUS_DIR}/sd-daemon.h
|
||||
)
|
||||
set (DBUS_UTIL_SOURCES ${DBUS_UTIL_SOURCES}
|
||||
${DBUS_DIR}/dbus-spawn.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue