mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-04 01:30:22 +01:00
dbus-spawn.h is internal, it shouldn't be installed
This commit is contained in:
parent
bbd1c9fe82
commit
f554db982f
2 changed files with 4 additions and 2 deletions
|
|
@ -23,7 +23,6 @@ set (dbusinclude_HEADERS
|
|||
${DBUS_DIR}/dbus-server.h
|
||||
${DBUS_DIR}/dbus-shared.h
|
||||
${DBUS_DIR}/dbus-signature.h
|
||||
${DBUS_DIR}/dbus-spawn.h
|
||||
${DBUS_DIR}/dbus-threads.h
|
||||
${DBUS_DIR}/dbus-types.h
|
||||
dbus-arch-deps.h
|
||||
|
|
|
|||
|
|
@ -23,6 +23,10 @@ SUFFIXES = rc
|
|||
dbus_res = versioninfo.o
|
||||
dbus_res_ldflag = -Wl,$(dbus_res)
|
||||
no_undefined = -no-undefined
|
||||
|
||||
|
||||
### FIXME use the .def.in files depending on the current config
|
||||
### or combine them in a single .def file as done in the cmake build
|
||||
export_symbols = -export-symbols $(srcdir)/dbus-1.def
|
||||
|
||||
install-def-file:
|
||||
|
|
@ -107,7 +111,6 @@ dbusinclude_HEADERS= \
|
|||
dbus-server.h \
|
||||
dbus-shared.h \
|
||||
dbus-signature.h \
|
||||
dbus-spawn.h \
|
||||
dbus-threads.h \
|
||||
dbus-types.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue