dbus-spawn.h is internal, it shouldn't be installed

This commit is contained in:
Romain Pokrzywka 2010-02-02 13:52:58 -08:00 committed by Ralf Habacker
parent bbd1c9fe82
commit f554db982f
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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